Class TarFileProvider

    • Field Detail

      • capabilities

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

      • TarFileProvider

        public TarFileProvider()
    • 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.