| Class | Description |
|---|---|
| AbstractFileFilter |
Abstract base implementation of
FileFilter with some conversion
methods. |
| FileFilterAlwaysFalse |
A file filter that declines all elements.
|
| FileFilterAlwaysTrue |
A file filter that accepts all elements.
|
| FileFilterDirectoryFromFilenameFilter |
A special directory file filter that uses and external filename filter to
determine the validity.
|
| FileFilterDirectoryOnly |
A file filter that accepts only directories.
|
| FileFilterDirectoryPublic |
A file filter that matches if the passed file is a directory and is public,
meaning it does not start with "."
|
| FileFilterFileFromFilenameFilter |
A special file filter that uses and external filename filter to determine the
validity.
|
| FileFilterFileOnly |
A file filter that accepts only files.
|
| FileFilterFromFilenameFilter |
A special file filter that uses and external filename filter to determine the
validity.
|
| FileFilterParentDirectoryPublic |
A file filter that matches if the direct parent directory is public, meaning
it does not start with "."
|
| FileFilterToIFilterAdapter | |
| FilenameFilterAlwaysFalse |
A filename filter that declines all files.
|
| FilenameFilterAlwaysTrue |
A filename filter that accepts all files.
|
| FilenameFilterEndsWith |
A filename filter that checks whether a file has the specified extension.
|
| FilenameFilterEquals |
A filename filter that checks whether a file has the specified name.
|
| FilenameFilterEqualsIgnoreCase |
A filename filter that checks whether a file has the specified name.
|
| FilenameFilterMatchAnyRegEx |
A filter that only accepts certain file names, based on a regular expression.
|
| FilenameFilterMatchNoRegEx |
A filter that rejects certain file names, based on a regular expression.
|
| FilenameFilterNotEquals |
A filename filter that checks whether a file does not have the specified
name.
|
| FilenameFilterPublicDirectory |
A filter that accepts all public directories (directories who's name does not
start with a dot!)
|
| FilenameFilterStartsWith |
A filename filter that checks whether a file starts with a certain text.
|
Copyright © 2006–2014 phloc systems. All rights reserved.