Package com.twelvemonkeys.io
Class FileSystem.UnknownFileSystem
- java.lang.Object
-
- com.twelvemonkeys.io.FileSystem
-
- com.twelvemonkeys.io.FileSystem.UnknownFileSystem
-
- Enclosing class:
- FileSystem
private static class FileSystem.UnknownFileSystem extends FileSystem
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
osName
-
Constructor Summary
Constructors Constructor Description UnknownFileSystem(java.lang.String pOSName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) long
getFreeSpace(java.io.File pPath)
(package private) java.lang.String
getName()
(package private) long
getTotalSpace(java.io.File pPath)
-
Methods inherited from class com.twelvemonkeys.io.FileSystem
exec, get
-
-
-
-
Method Detail
-
getFreeSpace
long getFreeSpace(java.io.File pPath)
- Specified by:
getFreeSpace
in classFileSystem
-
getTotalSpace
long getTotalSpace(java.io.File pPath)
- Specified by:
getTotalSpace
in classFileSystem
-
getName
java.lang.String getName()
- Specified by:
getName
in classFileSystem
-
-