A NameFilter that accepts a name if it is exactly equal to matchName.
A java.io.FileFilter with additional methods for combining filters.
A filter on Strings.
A path finder constructs a set of paths.
A NameFilter that accepts a name if it matches the regular expression defined by pattern.
A FileFilter that selects files according the predicate acceptFunction.
A NameFilter that accepts a name if the predicate acceptFunction accepts it.
A NameFilter that accepts all names.
A FileFilter that selects files that are a directory according to java.io.File.isDirectory.
A FileFilter that selects files that exist according to java.io.File.exists.
Constructs a filter from a String, interpreting wildcards.
A FileFilter that selects files that are hidden according to java.io.File.isHidden or if they start with a dot (.).
A collection of File, URL, and I/O utility methods.
A NameFilter that accepts nothing.