public class ZipFileProvider extends AbstractLayeredFileProvider
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.Collection<Capability> |
capabilities
The list of capabilities this provider supports
|
| Constructor and Description |
|---|
ZipFileProvider() |
| 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()
Gets the file system capabilities.
|
FileSystemConfigBuilder |
getConfigBuilder()
Return config builder.
|
createFileSystem, findFileaddFileSystem, close, closeFileSystem, findFileSystem, freeUnusedResources, getFileNameParser, parseUri, setFileNameParseraddComponent, removeComponentgetContext, getLogger, init, setContext, setLoggerprotected static final java.util.Collection<Capability> capabilities
protected FileSystem doCreateFileSystem(java.lang.String scheme, FileObject file, FileSystemOptions fileSystemOptions) throws FileSystemException
doCreateFileSystem in class AbstractLayeredFileProviderscheme - 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()
FileProviderThese are the same as on the file system, but available before the first file system was instanciated.
public FileSystemConfigBuilder getConfigBuilder()
getConfigBuilder in interface FileProvidergetConfigBuilder in class AbstractFileProviderAbstractFileProvider.getConfigBuilder()