public class TarFileProvider extends AbstractLayeredFileProvider implements FileProvider
Modifier and Type | Field and Description |
---|---|
protected static Collection<Capability> |
capabilities
The provider's capabilities
|
Constructor and Description |
---|
TarFileProvider() |
Modifier and Type | Method and Description |
---|---|
protected FileSystem |
doCreateFileSystem(String scheme,
FileObject file,
FileSystemOptions fileSystemOptions)
Creates a layered file system.
|
Collection<Capability> |
getCapabilities()
Get the filesystem capabilities.
These are the same as on the filesystem, but available before the first filesystem was instanciated. |
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 Collection<Capability> capabilities
protected FileSystem doCreateFileSystem(String scheme, FileObject file, FileSystemOptions fileSystemOptions) throws FileSystemException
doCreateFileSystem
in class AbstractLayeredFileProvider
scheme
- The URI scheme.file
- The file to create the file system on top of.FileSystemException
public Collection<Capability> getCapabilities()
FileProvider
getCapabilities
in interface FileProvider
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.