|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.sigar.FileAttrs
public class FileAttrs
FileAttrs sigar class.
Constructor Summary | |
---|---|
FileAttrs()
|
Method Summary | |
---|---|
void |
gather(Sigar sigar,
java.lang.String name)
|
long |
getAtime()
Get the atime. |
long |
getCtime()
Get the ctime. |
long |
getDevice()
Get the device. |
long |
getGid()
Get the gid. |
long |
getInode()
Get the inode. |
long |
getMtime()
Get the mtime. |
long |
getNlink()
Get the nlink. |
long |
getPermissions()
Get the permissions. |
long |
getSize()
Get the size. |
int |
getType()
Get the type. |
long |
getUid()
Get the uid. |
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 |
Constructor Detail |
---|
public FileAttrs()
Method Detail |
---|
public void gather(Sigar sigar, java.lang.String name) throws SigarException
SigarException
public long getPermissions()
Supported Platforms: Undocumented.
public int getType()
Supported Platforms: Undocumented.
public long getUid()
Supported Platforms: Undocumented.
public long getGid()
Supported Platforms: Undocumented.
public long getInode()
Supported Platforms: Undocumented.
public long getDevice()
Supported Platforms: Undocumented.
public long getNlink()
Supported Platforms: Undocumented.
public long getSize()
Supported Platforms: Undocumented.
public long getAtime()
Supported Platforms: Undocumented.
public long getCtime()
Supported Platforms: Undocumented.
public long getMtime()
Supported Platforms: Undocumented.
public java.util.Map toMap()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |