org.apache.commons.vfs2.provider.bzip2
public class Bzip2FileProvider extends CompressedFileFileProvider
Modifier and Type | Field and Description |
---|---|
protected static java.util.Collection<Capability> |
capabilities
The provider's capabilities
|
Constructor and Description |
---|
Bzip2FileProvider() |
Modifier and Type | Method and Description |
---|---|
protected FileSystem |
createFileSystem(FileName name,
FileObject file,
FileSystemOptions fileSystemOptions) |
java.util.Collection<Capability> |
getCapabilities()
Get the filesystem capabilities.
These are the same as on the filesystem, but available before the first filesystem was instanciated. |
doCreateFileSystem
createFileSystem, findFile
addFileSystem, close, closeFileSystem, findFileSystem, freeUnusedResources, getConfigBuilder, getFileNameParser, parseUri, setFileNameParser
addComponent, removeComponent
getContext, getLogger, init, setContext, setLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createFileSystem, findFile, getConfigBuilder, parseUri
protected static final java.util.Collection<Capability> capabilities
protected FileSystem createFileSystem(FileName name, FileObject file, FileSystemOptions fileSystemOptions) throws FileSystemException
createFileSystem
in class CompressedFileFileProvider
FileSystemException
public java.util.Collection<Capability> getCapabilities()
FileProvider
getCapabilities
in interface FileProvider
getCapabilities
in class CompressedFileFileProvider
Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.