Class SuffixSelector
java.lang.Object
fc.io.fileselectors.ChainedFileSelector
fc.io.fileselectors.SuffixSelector
- All Implemented Interfaces:
FileFilter
Filters a list of files based on the specified suffix. 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:
Note: The '.' preceding the extension is optional: both gif and .gif are allowed in the specified pattern.gif .gif gif,.jpg,jpeg
-
Constructor Summary
ConstructorsConstructorDescriptionSuffixSelector(String pattern) SuffixSelector(String pattern, ChainedFileSelector filter) -
Method Summary
Methods inherited from class ChainedFileSelector
accept
-
Constructor Details
-
SuffixSelector
-
SuffixSelector
-
-
Method Details
-
main
-