public class TgzFileProvider extends CompositeFileProvider
Modifier and Type | Field and Description |
---|---|
protected static java.util.Collection<Capability> |
capabilities
The provider's capabilities
|
private static java.lang.String[] |
SCHEMES |
Constructor and Description |
---|
TgzFileProvider() |
Modifier and Type | Method and Description |
---|---|
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. |
protected java.lang.String[] |
getSchemes()
The schemes known.
|
findFile
addFileSystem, close, closeFileSystem, createFileSystem, findFileSystem, freeUnusedResources, getConfigBuilder, getFileNameParser, parseUri, setFileNameParser
addComponent, removeComponent
getContext, getLogger, init, setContext, setLogger
protected static final java.util.Collection<Capability> capabilities
private static final java.lang.String[] SCHEMES
protected java.lang.String[] getSchemes()
CompositeFileProvider
getSchemes
in class CompositeFileProvider
public java.util.Collection<Capability> getCapabilities()
FileProvider