org.apache.commons.vfs2.provider.tar
Class Tbz2FileProvider
java.lang.Object
org.apache.commons.vfs2.provider.AbstractVfsComponent
org.apache.commons.vfs2.provider.AbstractVfsContainer
org.apache.commons.vfs2.provider.AbstractFileProvider
org.apache.commons.vfs2.provider.CompositeFileProvider
org.apache.commons.vfs2.provider.tar.Tbz2FileProvider
- All Implemented Interfaces:
- FileProvider, VfsComponent
public class Tbz2FileProvider
- extends CompositeFileProvider
A file system provider for Tar files. Provides read-only file systems.
- Author:
- Commons VFS team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
capabilities
protected static final Collection<Capability> capabilities
- The provider's capabilities
Tbz2FileProvider
public Tbz2FileProvider()
getSchemes
protected String[] getSchemes()
- Description copied from class:
CompositeFileProvider
- The schemes to use for resolve
- Specified by:
getSchemes
in class CompositeFileProvider
getCapabilities
public Collection<Capability> getCapabilities()
- Description copied from interface:
FileProvider
- Get the filesystem capabilities.
These are the same as on the filesystem, but available before the first filesystem was
instanciated.
- Returns:
- a Collection of the file systems Capabilities.
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.