Class ZipFileProvider

    • Field Detail

      • capabilities

        protected static final java.util.Collection<Capability> capabilities
        The list of capabilities this provider supports
    • Constructor Detail

      • ZipFileProvider

        public ZipFileProvider()
    • Method Detail

      • getCapabilities

        public java.util.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.
        Specified by:
        getCapabilities in interface FileProvider
        Returns:
        a Collection of the file systems Capabilities.