| Package | Description |
|---|---|
| org.apache.commons.io |
This package defines utility classes for working with streams, readers,
writers and files.
|
| org.apache.commons.io.filefilter |
This package defines an interface (IOFileFilter) that combines both
FileFilter and FilenameFilter. |
| Class and Description |
|---|
| IOFileFilter
An interface which brings the FileFilter and FilenameFilter
interfaces together.
|
| Class and Description |
|---|
| AbstractFileFilter
An abstract class which implements the Java FileFilter and FilenameFilter
interfaces via the IOFileFilter interface.
|
| ConditionalFileFilter
Defines operations for conditional file filters.
|
| IOFileFilter
An interface which brings the FileFilter and FilenameFilter
interfaces together.
|
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.