2.6

FilenameFilters you are able to use in your personal Java applications with
document.record( FilenameFilter f ). They are able to be also utilized
standalone as fancy dir commands.
AllDirectoriesFilter will get all sites
DirListFilter will get a record of sites
ClamFilter easy wildcard
AllFilesFilter will get all data files
They arrive with Java supply and include things like:
EndsWithFilter will get data files whose brands finish having a provided string.
EverythingFilter will get every thing
FileLengthFilter will get brief or lengthy data files
FileListFilter will get a record of data files
JunkFilter accustomed to discover junk data files by identify,> FilenameLengthFilter will get brief or lengthy filenames
(accustomed to be known as ListFilter)
ExtensionListFilter will get data files matching a record of extensions
startsWith or endsWith lists.
MultiFilter combines different Filters with
"think about", "should" and "in no way".
NoFootFilter consists of *.html page but excludes *.foot.html page
RecentFilter filters depending on lastModified day
RegexFilter filters with Regex formulations.
StandAndEndWithFilter - include things like,endings of filenames
StartsWithFilter
will get data files whose brands begin having a provided string.