|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Defines operations for conditional file filters.
| Method Summary | |
void |
addFileFilter(IOFileFilter ioFileFilter)
Adds the specified file filter to the list of file filters at the end of the list. |
java.util.List |
getFileFilters()
Returns this conditional file filter's list of file filters. |
boolean |
removeFileFilter(IOFileFilter ioFileFilter)
Removes the specified file filter. |
void |
setFileFilters(java.util.List fileFilters)
Sets the list of file filters, replacing any previously configured file filters on this filter. |
| Method Detail |
public void addFileFilter(IOFileFilter ioFileFilter)
ioFileFilter - the filter to be addedpublic java.util.List getFileFilters()
public boolean removeFileFilter(IOFileFilter ioFileFilter)
ioFileFilter - filter to be removedtrue if the filter was found in the list,
false otherwisepublic void setFileFilters(java.util.List fileFilters)
fileFilters - the list of filters
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||