|
|||||||||
| Home >> All >> rcs >> [ utils overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
rcs.utils
Class SimpleFileFilter

java.lang.Objectrcs.utils.SimpleFileFilter
- All Implemented Interfaces:
- java.io.FilenameFilter
- public class SimpleFileFilter
- extends java.lang.Object
- implements java.io.FilenameFilter
- extends java.lang.Object
| Field Summary | |
static boolean |
debug_on
|
java.lang.String |
pattern
|
| Constructor Summary | |
SimpleFileFilter(java.lang.String _pattern)
|
|
| Method Summary | |
boolean |
accept(java.io.File dir,
java.lang.String name)
This method determines whether or not a given file should be included in a directory listing. |
static boolean |
CheckPatternMatch(java.lang.String word,
java.lang.String pat)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
pattern
public java.lang.String pattern
debug_on
public static boolean debug_on
| Constructor Detail |
SimpleFileFilter
public SimpleFileFilter(java.lang.String _pattern)
| Method Detail |
CheckPatternMatch
public static boolean CheckPatternMatch(java.lang.String word, java.lang.String pat)
accept
public boolean accept(java.io.File dir, java.lang.String name)
- Description copied from interface:
java.io.FilenameFilter - This method determines whether or not a given file should be included
in a directory listing.
- Specified by:
acceptin interfacejava.io.FilenameFilter
|
|||||||||
| Home >> All >> rcs >> [ utils overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
rcs.utils.SimpleFileFilter