|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.isti.util.AbstractFileFilter
com.isti.util.WildcardFilter
Wildcard file filter.
| Field Summary | |
protected java.lang.String |
filter
|
| Constructor Summary | |
WildcardFilter(java.lang.String filter)
Constructs a wildcard file filter. |
|
| Method Summary | |
boolean |
accept(java.io.File pathname)
Tests whether or not the specified abstract pathname should be included in a pathname list. |
boolean |
accept(java.lang.String filename)
Tests whether or not the specified abstract pathname should be included in a pathname list. |
java.lang.String |
toString()
Gets a string representation of the object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected final java.lang.String filter
| Constructor Detail |
public WildcardFilter(java.lang.String filter)
filter - filter file string| Method Detail |
public boolean accept(java.lang.String filename)
accept in class AbstractFileFilterfilename - The filename to be tested
true if and only if pathname
should be includedpublic boolean accept(java.io.File pathname)
accept in interface java.io.FileFilterpathname - The abstract pathname to be tested
true if and only if pathname
should be includedpublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||