|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.archive.crawler.writer.MirrorWriterProcessor.PathSegment.CaseInsensitiveFilenameFilter
class MirrorWriterProcessor.PathSegment.CaseInsensitiveFilenameFilter
This class implements a FilenameFilter that matches by name, ignoring case.
| Constructor Summary | |
|---|---|
MirrorWriterProcessor.PathSegment.CaseInsensitiveFilenameFilter(java.lang.String target)
Creates a CaseInsensitiveFilenameFilter. |
|
| Method Summary | |
|---|---|
boolean |
accept(java.io.File dir,
java.lang.String name)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
MirrorWriterProcessor.PathSegment.CaseInsensitiveFilenameFilter(java.lang.String target)
target - the target file name
java.lang.IllegalArgumentException - if
target is null or empty.| Method Detail |
|---|
public boolean accept(java.io.File dir,
java.lang.String name)
accept in interface java.io.FilenameFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||