??????
org.apache.commons.io.filefilter
???
??
This package defines utility classes for working with streams, readers,
writers and files.
This package defines an interface (IOFileFilter) that combines both
FileFilter
and FilenameFilter
.-
???An interface which brings the FileFilter, FilenameFilter, and PathFilter interfaces together.
-
???Abstracts the implementation of the
FileFilter
(IO),FilenameFilter
(IO),PathFilter
(NIO) interfaces via our ownIOFileFilter
interface.Defines operations for conditional file filters.An interface which brings the FileFilter, FilenameFilter, and PathFilter interfaces together.This filter acceptsFile
s that are symbolic links.