|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.sigar.FileSystem
public class FileSystem
FileSystem sigar class.
Field Summary | |
---|---|
static int |
TYPE_CDROM
|
static int |
TYPE_LOCAL_DISK
|
static int |
TYPE_NETWORK
|
static int |
TYPE_NONE
|
static int |
TYPE_RAM_DISK
|
static int |
TYPE_SWAP
|
static int |
TYPE_UNKNOWN
|
Constructor Summary | |
---|---|
FileSystem()
|
Method Summary | |
---|---|
void |
gather(Sigar sigar)
|
java.lang.String |
getDevName()
Get the Device name. |
java.lang.String |
getDirName()
Get the Directory name. |
long |
getFlags()
Get the File system flags. |
java.lang.String |
getOptions()
Get the File system mount options. |
java.lang.String |
getSysTypeName()
Get the File system os specific type name. |
int |
getType()
Get the File system type. |
java.lang.String |
getTypeName()
Get the File system generic type name. |
java.util.Map |
toMap()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int TYPE_UNKNOWN
public static final int TYPE_NONE
public static final int TYPE_LOCAL_DISK
public static final int TYPE_NETWORK
public static final int TYPE_RAM_DISK
public static final int TYPE_CDROM
public static final int TYPE_SWAP
Constructor Detail |
---|
public FileSystem()
Method Detail |
---|
public void gather(Sigar sigar) throws SigarException
SigarException
public java.lang.String getDirName()
Supported Platforms: All.
public java.lang.String getDevName()
Supported Platforms: All.
public java.lang.String getTypeName()
Supported Platforms: All.
public java.lang.String getSysTypeName()
Supported Platforms: All.
public java.lang.String getOptions()
Supported Platforms: All.
public int getType()
Supported Platforms: All.
public long getFlags()
Supported Platforms: All.
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Map toMap()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |