com.mchange.io.impl
Class StartsWithFilenameFilter
java.lang.Object
com.mchange.io.impl.StartsWithFilenameFilter
- All Implemented Interfaces:
- FilenameFilter
public class StartsWithFilenameFilter
- 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
StartsWithFilenameFilter
public StartsWithFilenameFilter(String[] beginnings,
int accept_dirs)
StartsWithFilenameFilter
public StartsWithFilenameFilter(String beginning,
int accept_dirs)
accept
public boolean accept(File dir,
String name)
- Specified by:
accept
in interface FilenameFilter