public class JarFileProvider extends ZipFileProvider
Modifier and Type | Field and Description |
---|---|
(package private) static java.util.Collection<Capability> |
capabilities |
Constructor and Description |
---|
JarFileProvider() |
Modifier and Type | Method and Description |
---|---|
protected FileSystem |
doCreateFileSystem(java.lang.String scheme,
FileObject file,
FileSystemOptions fileSystemOptions)
Creates a layered file system.
|
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. |
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
static final java.util.Collection<Capability> capabilities
protected FileSystem doCreateFileSystem(java.lang.String scheme, FileObject file, FileSystemOptions fileSystemOptions) throws FileSystemException
doCreateFileSystem
in class ZipFileProvider
scheme
- The URI scheme.file
- The file to create the file system on top of.fileSystemOptions
- options for new and underlying file systems.FileSystemException
- if the file system cannot be created.public java.util.Collection<Capability> getCapabilities()
FileProvider
getCapabilities
in interface FileProvider
getCapabilities
in class ZipFileProvider