|
|||||||||
| Home >> All >> org >> jext >> [ misc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jext.misc
Class FindByName.NameFilter

java.lang.Objectorg.jext.misc.FindByName.NameFilter
- All Implemented Interfaces:
- FindFilter
- Enclosing class:
- FindByName
- class FindByName.NameFilter
- extends java.lang.Object
- implements FindFilter
- extends java.lang.Object
Filter object for selecting files by name.
| Field Summary | |
protected int |
howToMatch
|
protected boolean |
ignoreCase
|
protected java.lang.String |
match
|
| Constructor Summary | |
(package private) |
FindByName.NameFilter(java.lang.String name,
int how,
boolean ignore)
|
| Method Summary | |
boolean |
accept(java.io.File f,
FindProgressCallback callback)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
match
protected java.lang.String match
howToMatch
protected int howToMatch
ignoreCase
protected boolean ignoreCase
| Constructor Detail |
FindByName.NameFilter
FindByName.NameFilter(java.lang.String name, int how, boolean ignore)
| Method Detail |
accept
public boolean accept(java.io.File f, FindProgressCallback callback)
- Specified by:
acceptin interfaceFindFilter
|
|||||||||
| Home >> All >> org >> jext >> [ misc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.jext.misc.FindByName.NameFilter