Homepage
Software Development
Java
Java FileFilter Collection
A collection of FileNameFilters you can use in your own Java programs. They have no standalone use. They come with source and include: AllDirectoriesFilter gets all directories AllFilesFilter.java gets all files ClamFilter.
Description of Java FileFilter Collection:
A collection of FileNameFilters you can use in your own Java programs. They have no standalone use. They come with source and include: - AllDirectoriesFilter gets all directories
- AllFilesFilter.java gets all files
- ClamFilter.java simple wildcard
- EverythingFilter.java gets everything
- ListFilter.java gets a list of files
- MultiFilter.java combines other Filters with "consider", "must" and "never".
- RecentFilter.java filters based on lastModified date
For details see http://mindprod.com/products#FILTER
See Also: All products from Canadian Mind Products
|