Class SuffixRejectSelector
java.lang.Object
fc.io.fileselectors.ChainedFileSelector
fc.io.fileselectors.SuffixRejectSelector
- All Implemented Interfaces:
FileFilter
Filters a list of files based on the specified suffix. Files not having
the specifed suffix are chosen. To choose all files, specify a empty string as
the suffix.
The specified pattern should be an file extension, or a comma delimited set of file extensions. For example:
gifNote: The '.' preceding the extension is optional: both gif and .gif are allowed in the specified pattern.
.gif
gif,.jpg,jpeg
-
Constructor Summary
ConstructorsConstructorDescriptionSuffixRejectSelector(String pattern) SuffixRejectSelector(String pattern, ChainedFileSelector filter) -
Method Summary
Methods inherited from class ChainedFileSelector
accept
-
Constructor Details
-
SuffixRejectSelector
-
SuffixRejectSelector
-
-
Method Details
-
main
-