public interface IDiskSpace
Modifier and Type | Method and Description |
---|---|
String |
getFileSystemType()
Gets the file system type (nfs, ext2, xfs, tmpfs, ramfs, ufs, reiserfs,
or
|
long |
getFreeBytes()
Gets the free bytes.
|
String |
getLocation()
Gets the location (Perforce filesystem: P4ROOT, P4JOURNAL, P4LOG, TEMP,
or
|
int |
getPercentUsed()
Gets the percent used.
|
long |
getTotalBytes()
Gets the total bytes.
|
long |
getUsedBytes()
Gets the used bytes.
|
String getLocation()
long getUsedBytes()
long getFreeBytes()
long getTotalBytes()
int getPercentUsed()
String getFileSystemType()
Copyright © 2017 Perforce Software. All Rights Reserved.