public class FileAttrs
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
FileAttrs() |
Modifier and Type | Method and Description |
---|---|
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() |
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
Copyright ? 2004-2011 Hyperic. All Rights Reserved.