public class RARFileProvider
extends org.apache.commons.vfs2.provider.AbstractLayeredFileProvider
implements org.apache.commons.vfs2.provider.FileProvider
| Modifier and Type | Field and Description |
|---|---|
protected static Collection<org.apache.commons.vfs2.Capability> |
capabilities
The list of capabilities this provider supports
|
| Constructor and Description |
|---|
RARFileProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.commons.vfs2.FileSystem |
doCreateFileSystem(String scheme,
org.apache.commons.vfs2.FileObject file,
org.apache.commons.vfs2.FileSystemOptions fileSystemOptions)
Creates a layered file system.
|
Collection<org.apache.commons.vfs2.Capability> |
getCapabilities() |
createFileSystem, findFileaddFileSystem, close, closeFileSystem, findFileSystem, freeUnusedResources, getConfigBuilder, getFileNameParser, parseUri, setFileNameParseraddComponent, removeComponentgetContext, getLogger, init, setContext, setLoggerprotected static final Collection<org.apache.commons.vfs2.Capability> capabilities
protected org.apache.commons.vfs2.FileSystem doCreateFileSystem(String scheme, org.apache.commons.vfs2.FileObject file, org.apache.commons.vfs2.FileSystemOptions fileSystemOptions) throws org.apache.commons.vfs2.FileSystemException
doCreateFileSystem in class org.apache.commons.vfs2.provider.AbstractLayeredFileProviderscheme - The URI scheme.file - The file to create the file system on top of.org.apache.commons.vfs2.FileSystemExceptionpublic Collection<org.apache.commons.vfs2.Capability> getCapabilities()
getCapabilities in interface org.apache.commons.vfs2.provider.FileProviderCopyright © 2017. All rights reserved.