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.StringosName
-
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) longgetFreeSpace(java.io.File pPath)(package private) java.lang.StringgetName()(package private) longgetTotalSpace(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:
getFreeSpacein classFileSystem
-
getTotalSpace
long getTotalSpace(java.io.File pPath)
- Specified by:
getTotalSpacein classFileSystem
-
getName
java.lang.String getName()
- Specified by:
getNamein classFileSystem
-
-