| Class | Description |
|---|---|
| DirectoryFilenameFilter |
The DirectoryFilenameFilter is a
FilenameFilter that only returns
files if they are a directory. |
| ExtensionFilenameFilter |
The ExtensionFilenameFilter is a
FilenameFilter that only returns
files if the have one of the specified file extensions. |
| MultipleFilenameFilter |
The MultipleFilenameFilter is a
FilenameFilter that can be used to
apply more than one filename filter to the result. |
| NameFilenameFilter |
The NameFilenameFilter is a
FilenameFilter that only returns files if
the have one of the specified file names. |
| PatternFileFilter |
The PatternFileNameFilter is a
FileFilter that only returns files if they
match the regular expression. |
| PatternFilenameFilter |
The PatternFileNameFilter is a
FileFilter that only returns files if they
match the regular expression. |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.