edu.mit.ai.psg.jevaES
Class ClassPathMethods.StarFilenameFilter

java.lang.Object
  |
  +--edu.mit.ai.psg.jevaES.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
           
 
Constructor Summary
ClassPathMethods.StarFilenameFilter(String starPattern)
           
 
Method Summary
 boolean accept(File dir, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STAR

public static final char STAR
Constructor Detail

ClassPathMethods.StarFilenameFilter

public ClassPathMethods.StarFilenameFilter(String starPattern)
Method Detail

accept

public boolean accept(File dir,
                      String name)
Specified by:
accept in interface FilenameFilter

Copyright (c) 1996-1999
Massachusetts Institute of Technology

Feedback: jeva-feedback@ai.mit.edu