Class FileSystem

    • Constructor Summary

      Constructors 
      Constructor Description
      FileSystem()  
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.io.BufferedReader exec​(java.lang.String[] pArgs)  
      (package private) static FileSystem get()  
      (package private) abstract long getFreeSpace​(java.io.File pPath)  
      (package private) abstract java.lang.String getName()  
      (package private) abstract long getTotalSpace​(java.io.File pPath)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileSystem

        FileSystem()
    • Method Detail

      • getFreeSpace

        abstract long getFreeSpace​(java.io.File pPath)
      • getTotalSpace

        abstract long getTotalSpace​(java.io.File pPath)
      • getName

        abstract java.lang.String getName()
      • exec

        static java.io.BufferedReader exec​(java.lang.String[] pArgs)
                                    throws java.io.IOException
        Throws:
        java.io.IOException