Class TemporaryFileProvider

    • Constructor Detail

      • TemporaryFileProvider

        public TemporaryFileProvider​(java.io.File rootFile)
        Constructs a new instance.
        Parameters:
        rootFile - The root file.
    • Method Detail

      • compareTo

        public int compareTo​(java.lang.Object o)
        Specified by:
        compareTo in interface java.lang.Comparable<java.lang.Object>
      • getCapabilities

        public java.util.Collection<CapabilitygetCapabilities()
        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 instantiated.

        Specified by:
        getCapabilities in interface FileProvider
        Returns:
        a Collection of the file systems Capabilities.