|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--mark.core.files.SuffixFilter
A SuffixFilter is a Filter that accepts files that end with a certain suffix.
| Constructor Summary | |
SuffixFilter(java.lang.String suff)
Initializes the Suffix. |
|
| Method Summary | |
boolean |
accept(java.io.File f)
Overrides the method in java.io.FileFilter. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SuffixFilter(java.lang.String suff)
suff - the suffix that the filter accepts.| Method Detail |
public boolean accept(java.io.File f)
accept in interface java.io.FileFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||