Package com.mindprod.filter

Class Summary
AllDirectoriesFilter FileFilter that accepts all directories, but not files.
AllDirsExceptSvn FileFilter that accepts all directories, but not files, or subversion .svn _svn directories.
AllFilesFilter FileFilter that accepts all files, but not directories.
AvoidJunkFilter Filter to permit only non-junk files.
ClamFilter Select files that begin/end with a given string.
DirListFilter Filters a simple list of dirs you want.
EndsWithFilter Select files that end with a particular string.
EverythingFilter FileFilter that accepts everything, all directories and all files.
ExtensionListFilter Select a file based on it matches one of list of extensions.
FileLengthFilter Filters accepting only short or long files (not filenames).
FileListFilter Selects files that match one of a list of filenames.
FilenameLengthFilter Filter accepting only short or long filenames (not files).
Filter Collection of FilenameFilters.
JunkFilter Filter to detect junk files.
MultiFilter Used to combine filters.
NoFootFilter Select a file for processing with a .html extension but not .foot.html.
RecentFilter filter out all but recent files (or old files)., Usually cascaded with some other filter.
RegexFilter filter out all but files (or directories) that match a given Regex Pattern.
StartAndEndsWithFilter Filter based on startsWith/EndsWith Regex includes/excludes.
StartsWithFilter Filters files whose names start with a given string, case insensitive.
WildcardFilter filter out all but files that match a given wildcard Pattern.