Class Tbz2FileProvider

All Implemented Interfaces:
Closeable, AutoCloseable, FileProvider, VfsComponent

public class Tbz2FileProvider extends CompositeFileProvider
A file system provider for Tar files. Provides read-only file systems.
  • Field Details

    • capabilities

      protected static final Collection<Capability> capabilities
      The provider's capabilities
    • SCHEMES

      private static final String[] SCHEMES
  • Constructor Details

    • Tbz2FileProvider

      public Tbz2FileProvider()
  • Method Details

    • getSchemes

      protected String[] getSchemes()
      Description copied from class: CompositeFileProvider
      The schemes known.
      Specified by:
      getSchemes in class CompositeFileProvider
      Returns:
      Array of supported schemes.
    • getCapabilities

      public Collection<Capability> getCapabilities()
      Description copied from interface: FileProvider
      Gets the file system capabilities.

      These are the same as on the file system, but available before the first file system was instanciated.

      Returns:
      a Collection of the file systems Capabilities.