Interface | Description |
---|---|
FileContent |
Represents the data content of a file.
|
FileContentInfo |
Interface to the content info.
|
FileContentInfoFactory |
Create a class which is able to determine the content-info for the given content.
|
FileFilter |
This interface is used to select files when traversing the direct children of the base.
|
FileListener |
Listens for changes to a file.
|
FileMonitor |
FileMonitor interface.
|
FileName |
Represents a file name.
|
FileObject |
Represents a file, and is used to access the content and
structure of the file.
|
FilesCache |
The fileCache interface.
|
FileSelectInfo |
Information about a file, that is used to select files during the
traversal of a hierarchy.
|
FileSelector |
This interface is used to select files when traversing a file hierarchy.
|
FileSystem |
A file system, made up of a hierarchy of files.
|
FileSystemManager |
A FileSystemManager manages a set of file systems.
|
RandomAccessContent |
Random Access Content.
|
UserAuthenticator |
The user authenticator is used to query credentials from the user.
|
Class | Description |
---|---|
AllFileSelector |
A
FileSelector that selects everything. |
FileChangeEvent |
An event fired when a file is changed.
|
FileDepthSelector |
A
FileSelector that selects all files in a particular depth range. |
FileFilterSelector |
A
FileSelector that selects all children of the given fileObject.This is to mimic the FileFilter interface |
FileSystemConfigBuilder |
Abstract class which has the right to fill FileSystemOptions.
|
FileSystemOptions |
Container for FileSystemOptions.
You have to use *FileSystemConfigBuilder.getInstance() to fill this container * = the filesystem provider short name |
FileTypeSelector |
A
FileSelector that selects files of a particular type. |
FileUtil |
Utility methods for dealng with FileObjects.
|
Selectors |
Several standard file selectors.
|
UserAuthenticationData |
Container for various authentication data.
|
UserAuthenticationData.Type |
Inner class to represent portions of the user authentication data.
|
VFS |
The main entry point for the VFS.
|
VfsLog |
This class is to keep the old logging behaviour (for ant-task) and to be able to
correctly use commons-logging.
I hope i could remove it sometimes. |
Enum | Description |
---|---|
CacheStrategy |
An enumerated type to deal with the various cache strategies.
|
Capability |
An enumerated type representing the capabilities of files and file systems.
|
FileType |
An enumerated type that represents a file's type.
|
NameScope |
An enumerated type for file name scope, used when resolving a name relative
to a file.
|
Exception | Description |
---|---|
FileNotFolderException |
Delivers a file-not-folder exception which happens when trying to issue
FileObject.getChildren() on a file. |
FileNotFoundException |
delivers a file-not-found exception.
|
FileSystemException |
Thrown for file system errors.
|
FileTypeHasNoContentException |
delivers a file-not-folder exception which happens when trying to issue
FileObject.getChildren() on a file. |
The public VFS API.
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.