| Related Products |
|
||||||||||||||||||||||||||||||||||||||
FileFilters 2.7
Publisher's Description:FileFilters - FilenameFilters you can use in your own Java programs with File.list( FilenameFilter f ). They can also be used standalone as fancy dir commands. They come with Java source and include: AllDirectoriesFilter gets all directories AllFilesFilter gets all files ClamFilter simple wildcard DirListFilter gets a list of directories EndsWithFilter gets files whose names end with a given string. EverythingFilter gets everything ExtensionListFilter gets files matching a list of extensions FileLengthFilter gets short or long files FileListFilter gets a list of files (used to be called ListFilter) FilenameLengthFilter gets short or long filenames JunkFilter used to find junk files by name, extension, startsWith or endsWith lists. MultiFilter combines other Filters with "consider", "must" and "never". NoFootFilter includes *.html but excludes *.foot.html RecentFilter filters based on lastModified date RegexFilter filters with Regex expressions. StandAndEndWithFilter - include/exclude depending on start/endings of filenames StartsWithFilter gets files whose names start with a given string. List of Changes:Version 2.7 from 2010-11-22Show all changesVersion 2.6 from 2009-05-10new filters StartAndEndsWithFilter and NoFootFilter Version 2.5 from 2009-02-28CommandLine now split off as a separate package Version 2.4 from 2009-02-27output now goes to SysErr instead of SysOut Version 2.3 from 2007-08-27add JunkFilter
|
|||||||||||||||||||||||||||||||||||||||