Uses of Class
org.apache.commons.vfs.impl.DefaultFileSystemManager

Packages that use DefaultFileSystemManager
org.apache.commons.vfs.impl The standard VFS implementation. 
 

Uses of DefaultFileSystemManager in org.apache.commons.vfs.impl
 

Subclasses of DefaultFileSystemManager in org.apache.commons.vfs.impl
 class 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.
 

Fields in org.apache.commons.vfs.impl declared as DefaultFileSystemManager
private  DefaultFileSystemManager DefaultVfsComponentContext.manager
           
 

Constructors in org.apache.commons.vfs.impl with parameters of type DefaultFileSystemManager
DefaultVfsComponentContext(DefaultFileSystemManager manager)