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