Class SimpleWindowsFileStore

  • All Implemented Interfaces:
    org.uberfire.java.nio.file.FileStore

    public class SimpleWindowsFileStore
    extends BaseSimpleFileStore
    • Constructor Detail

      • SimpleWindowsFileStore

        public SimpleWindowsFileStore​(File[] roots,
                                      org.uberfire.java.nio.file.FileSystem fs,
                                      String path)
    • Method Detail

      • getTotalSpace

        public long getTotalSpace()
                           throws org.uberfire.java.nio.IOException
        Throws:
        org.uberfire.java.nio.IOException
      • getUsableSpace

        public long getUsableSpace()
                            throws org.uberfire.java.nio.IOException
        Throws:
        org.uberfire.java.nio.IOException
      • getUnallocatedSpace

        public long getUnallocatedSpace()
                                 throws org.uberfire.java.nio.IOException
        Throws:
        org.uberfire.java.nio.IOException