edu.mit.ai.psg.jeva
Class ClassPathMethods.StarFilenameFilter
java.lang.Object
|
+--edu.mit.ai.psg.jeva.ClassPathMethods.StarFilenameFilter
- Enclosing class:
- ClassPathMethods
- public static class ClassPathMethods.StarFilenameFilter
- extends Object
- implements FilenameFilter
Filter to match filenames based on pattern with *'s in it
|
Field Summary |
static char |
STAR
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
STAR
public static final char STAR
ClassPathMethods.StarFilenameFilter
public ClassPathMethods.StarFilenameFilter(String starPattern)
accept
public boolean accept(File dir,
String name)
- Specified by:
- accept in interface FilenameFilter