Uses of Package
org.apache.commons.vfs.impl

Packages that use org.apache.commons.vfs.impl
org.apache.commons.vfs.cache   
org.apache.commons.vfs.impl The standard VFS implementation. 
org.apache.commons.vfs.tasks The VFS Ant Tasks. 
 

Classes in org.apache.commons.vfs.impl used by org.apache.commons.vfs.cache
DecoratedFileObject
          Base class to build a fileObject decoration
 

Classes in org.apache.commons.vfs.impl used by org.apache.commons.vfs.impl
DecoratedFileObject
          Base class to build a fileObject decoration
DefaultFileMonitor
          A polling FileMonitor implementation.

The DefaultFileMonitor is a Thread based polling file system monitor with a 1 second delay.

Design:

There is a Map of monitors known as FileMonitorAgents.

DefaultFileReplicator
          A simple file replicator and temporary file store.
DefaultFileSystemConfigBuilder
          Default options usable for all filesystems
DefaultFileSystemManager
          A default file system manager implementation.
DefaultVfsComponentContext
          The default context implementation.
FileTypeMap
          A helper class that determines the provider to use for a file.
ProviderConfiguration
          This class describes the configuration for a provider.
Used by digester in StandardFileSystemManager
Resource
          Helper class for VFSClassLoader.
VirtualFileProvider
          A virtual filesystem provider.
 

Classes in org.apache.commons.vfs.impl used by org.apache.commons.vfs.tasks
StandardFileSystemManager
          A FileSystemManager that configures itself from an XML (Default: providers.xml) configuration file.
Certain providers are only loaded and available if the dependend library is in your classpath.