|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.strangelight.util.FileSuffixFilter
A FilenameFilter which matches filenames against a single file suffix.
| Constructor Summary | |
protected |
FileSuffixFilter()
|
|
FileSuffixFilter(java.lang.String suffix)
|
| Method Summary | |
boolean |
accept(java.io.File dir,
java.lang.String name)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FileSuffixFilter(java.lang.String suffix)
suffix - Files that end with this string will be
included; all others will be excluded. (E.g. one
might use
FileSuffixFilter(".class") to
select only java class files.)protected FileSuffixFilter()
| Method Detail |
public boolean accept(java.io.File dir,
java.lang.String name)
accept in interface java.io.FilenameFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||