|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ftpserver.filesystem.nativefs.impl.NameEqualsFileFilter
public class NameEqualsFileFilter
Internal class, do not use directly. FileFilter used for simple file name matching
Constructor Summary | |
---|---|
NameEqualsFileFilter(java.lang.String nameToMatch,
boolean caseInsensitive)
Constructor |
Method Summary | |
---|---|
boolean |
accept(java.io.File file)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NameEqualsFileFilter(java.lang.String nameToMatch, boolean caseInsensitive)
nameToMatch
- The exact file name to matchcaseInsensitive
- Wether that match should be case insensitiveMethod Detail |
---|
public boolean accept(java.io.File file)
accept
in interface java.io.FileFilter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |