Class TgzFileProvider

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, FileProvider, VfsComponent

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

      • capabilities

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

        private static final java.lang.String[] SCHEMES
    • Constructor Detail

      • TgzFileProvider

        public TgzFileProvider()
    • Method Detail

      • getCapabilities

        public java.util.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.