Class StandardFileSystemManager

java.lang.Object
org.apache.commons.vfs2.impl.DefaultFileSystemManager
org.apache.commons.vfs2.impl.StandardFileSystemManager
All Implemented Interfaces:
AutoCloseable, FileSystemManager

A FileSystemManager that configures itself from an XML (Default: providers.xml) configuration file.

Certain providers are only loaded and available if the dependent library is in your classpath. You have to configure your debugging facility to log "debug" messages to see if a provider was skipped due to "unresolved externals".