Java org.apache.commons.vfs2.impl StandardFileSystemManager fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.vfs2.impl StandardFileSystemManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.vfs2.impl StandardFileSystemManager.

The text is from its open source code.

Subclass

org.apache.commons.vfs2.impl.StandardFileSystemManager has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidaddProvider(final Element providerDef, final boolean isDefault)
Adds a provider from a provider definition.
voidclose()
Closes the manager.
voidcloseFileSystem(final FileSystem filesystem)
Closes the given filesystem.
FileObjectcreateFileSystem(final FileObject file)
Creates a layered file system.
FileSystemConfigBuildergetFileSystemConfigBuilder(final String scheme)
Get the configuration builder for the given scheme.
CollectiongetProviderCapabilities(final String scheme)
Get the capabilities for a given scheme.
String[]getSchemes()
Get the schemes currently available.
booleanhasProvider(final String scheme)
Returns true if this manager has a provider for a particular scheme.
voidinit()
Initializes this manager.
FileObjectresolveFile(final String uri, final FileSystemOptions fileSystemOptions)
Locate a file by URI, use the FileSystemOptions for file-system creation.
FileObjectresolveFile(final String uri)
Locates a file by URI.
voidsetCacheStrategy(final CacheStrategy fileCacheStrategy)
Set the cache strategy to use when dealing with file object data.
voidsetClassLoader(final ClassLoader classLoader)
Sets the ClassLoader to use to load the providers.
voidsetConfiguration(final String configUri)
Sets the configuration file for this manager.
voidsetConfiguration(final URL configUri)
Sets the configuration file for this manager.
voidsetLogger(final Log log)
Sets the logger to use.
voidsetTemporaryFileStore(final TemporaryFileStore tempFileStore)
Sets the temporary file store to use.
FileObjecttoFileObject(final File file)
Converts a local file into a FileObject .