com.mchange.io.impl
Class SuffixFilenameFilter
java.lang.Object
com.mchange.io.impl.SuffixFilenameFilter
- All Implemented Interfaces:
- FilenameFilter
public class SuffixFilenameFilter
- extends Object
- implements FilenameFilter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALWAYS
public static final int ALWAYS
- See Also:
- Constant Field Values
NEVER
public static final int NEVER
- See Also:
- Constant Field Values
MATCH
public static final int MATCH
- See Also:
- Constant Field Values
SuffixFilenameFilter
public SuffixFilenameFilter(String[] suffixes,
int accept_dirs)
SuffixFilenameFilter
public SuffixFilenameFilter(String suffix,
int accept_dirs)
accept
public boolean accept(File dir,
String name)
- Specified by:
accept
in interface FilenameFilter