FileFilters Screenshot



FileFilters

FilenameFilters you can use in your own Java programs withFile.list( FilenameFilter f ). They can also be usedstandalone as fancy dir commands. They come with Java source and include: AllDirectoriesFilter gets all directoriesAllFilesFilter gets all filesClamFilter simple wildcardDirListFilter gets a list of directoriesEndsWithFilter gets files whose names end with a given string.ExtensionFilter gets files matching a list of extensionsEverythingFilter gets everythingFileLengthFilter gets short or long filesFilenameLengthFilter gets short or long filenamesFileListFilter gets a list of files (used to be called ListFilter)JunkFilter used to find junk files by name, extension, startsWith or endsWith lists.MultiFilter combines other Filters with "consider", "must" and "never".RecentFilter filters based on lastModified dateRegexFilter filters with Regex expressions.StartsWithFilter gets files whose names start with a given string. also includes:CommandLine parse command line and collects directory trees


Back to FileFilters Details page

New software of Web Authoring, JavaScript