DefaultFileSystemInfo
public interface FileSystemInfo
Modifier and Type | Method | Description |
---|---|---|
String |
getDeviceName() |
Returns the operating system specific name for this file system.
|
String |
getFileSystemType() |
Returns the operating system specific name for the type of this file system.
|
File |
getMountPoint() |
Returns the root directory of this file system.
|
boolean |
isCasePreserving() |
Returns true if this file system preserves file name case.
|
boolean |
isCaseSensitive() |
Returns true if this file system is performance case sensitive searches.
|
boolean |
isRemote() |
Returns true if this file system is a remote file system, or false if local.
|
File getMountPoint()
String getFileSystemType()
boolean isRemote()
boolean isCaseSensitive()
boolean isCasePreserving()
String getDeviceName()