Interface | Description |
---|---|
ClassPathUtils.IURLResolver |
Interface for performing URL resolving.
|
Class | Description |
---|---|
AntPatternDirectoryScanner |
* This class performs directory scanning, i.e.
|
AntPatternUtils |
Utility methods for dealing with Ant pattern as defined at
http://ant.apache.org/manual/dirtasks.html#patterns
We implement a special version where a trailing '.' can be used to only match
files without file extension (i.e.
|
CanonicalFile |
This class represents files that are guaranteed to be canonical.
|
CanonicalFilePool |
Pool for
CanonicalFile s. |
ClassPathUtils |
Utility class for dealing with class paths.
|
DirectoryOnlyFilter |
This is a file filter which accepts only directories and rejects files.
|
FileExtensionFilter |
This is a file filter finding only "normal" files having one of the specified
extensions.
|
FileExtensions |
String constants for different file extensions.
|
FilenameComparator |
Compares files based on the lexical order of their fully qualified names.
|
FilenameFilter |
This is a file filter that accepts only filenames out of a list of filenames
|
FileOnlyFilter |
This is a file filter which accepts only plain files and rejects directories.
|
FileSystemUtils |
File system utilities.
|
MarkableFileInputStream |
A wrapper for a
FileInputStream to support marking. |
PathBasedContentProviderBase |
Base class for objects that provide access to the content of various elements
using a path for access.
|
PlainClassFileFilter |
This is a file filter finding only plain class files (i.e.
|
RegularDirectoryFilter |
This file filter includes only regular directories.
|
ZipFile |
Wrapper around Apache Compress ZIP file that exposes the filename
|
ZipFileUtils |
Utility methods which deal with the content of Zip files.
|
Enum | Description |
---|---|
EByteOrderMark |
Enumeration of the UTF byte-order marks (BOM).
|