| Class | Description |
|---|---|
| DecoratedFileObject |
Base class to build a fileObject decoration.
|
| DefaultFileContentInfo |
The default file content information.
|
| DefaultFileMonitor |
A polling
FileMonitor implementation. |
| DefaultFileMonitor.FileMonitorAgent |
File monitor agent.
|
| DefaultFileReplicator |
A simple file replicator and temporary file store.
|
| DefaultFileSystemConfigBuilder |
Default options usable for all file systems.
|
| DefaultFileSystemConfigBuilder.DefaultFileSystem |
Dummy class that implements FileSystem.
|
| DefaultFileSystemManager |
The default file system manager implementation.
|
| DefaultProviderConfiguration |
Same as
ProviderConfiguration but for the default provider. |
| DefaultVfsComponentContext |
The default context implementation.
|
| FileContentInfoFilenameFactory |
The FileContentInfoFilenameFactory.
|
| FileTypeMap |
A helper class that determines the provider to use for a file.
|
| PrivilegedFileReplicator |
A file replicator that wraps another file replicator, performing the replication as a privileged action.
|
| ProviderConfiguration |
This class describes the configuration for a provider.
|
| Resource |
Helper class for VFSClassLoader.
|
| StandardFileSystemManager |
A
FileSystemManager that configures itself from an XML (Default: providers.xml)
configuration file. |
| SynchronizedFileObject |
This decorator synchronize all access to the FileObject.
|
| URLStreamHandlerProxy |
A proxy for URLs that are supported by the standard stream handler factory.
|
| VFSClassLoader |
A class loader that can load classes and resources from a search path.
|
| VirtualFileName |
A simple Filename to hold the scheme for to be created virtual file system.
|
| VirtualFileProvider |
A virtual file system provider.
|
| VirtualFileSystem |
A logical file system, made up of set of junctions, or links, to files from other file systems.
|
The standard VFS implementation.