|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.util.file.FilePrefixFilter
A prefix based file filter.
| Field Summary | |
protected boolean |
ignoreCase
Flag to signal that we want to ignore the case. |
protected String |
prefix
The prefix which files must have to be accepted. |
| Constructor Summary | |
FilePrefixFilter(String prefix)
Construct a case sensitive FilePrefixFilter. |
|
FilePrefixFilter(String prefix,
boolean ignoreCase)
Construct a FilePrefixFilter. |
|
| Method Summary | |
boolean |
accept(File file)
Check if a file is acceptible. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected final String prefix
protected final boolean ignoreCase
| Constructor Detail |
public FilePrefixFilter(String prefix, boolean ignoreCase)
prefix - The prefix which files must have to be accepted.ignoreCase - True if the filter should be case-insensitive.public FilePrefixFilter(String prefix)
prefix - The prefix which files must have to be accepted.| Method Detail |
public boolean accept(File file)
accept in interface FileFilterfile - The file to check.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||