|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.virtualbox_4_2.IUnknown
org.virtualbox_4_2.IFsObjInfo
public class IFsObjInfo
Abstract parent interface for VirtualBox file system object information. This can be information about a file or a directory, for example. Interface ID: {4047BA30-7006-4966-AE86-94164E5E20EB}
Field Summary |
---|
Fields inherited from class org.virtualbox_4_2.IUnknown |
---|
obj, port |
Constructor Summary | |
---|---|
IFsObjInfo(java.lang.String wrapped,
org.virtualbox_4_2.jaxws.VboxPortType port)
|
Method Summary | |
---|---|
java.lang.Long |
getAccessTime()
Time of last access (st_atime). |
java.lang.Long |
getAllocatedSize()
Disk allocation size (st_blocks * DEV_BSIZE). |
java.lang.Long |
getBirthTime()
Time of file birth (st_birthtime). |
java.lang.Long |
getChangeTime()
Time of last status change (st_ctime). |
java.lang.Long |
getDeviceNumber()
The device number of a character or block device type object (st_rdev). |
java.lang.String |
getFileAttributes()
File attributes. |
java.lang.Long |
getGenerationId()
The current generation number (st_gen). |
java.lang.Long |
getGID()
The group the filesystem object is assigned (st_gid). |
java.lang.String |
getGroupName()
The group name. |
java.lang.Long |
getHardLinks()
Number of hard links to this filesystem object (st_nlink). |
java.lang.Long |
getModificationTime()
Time of last data modification (st_mtime). |
java.lang.String |
getName()
The object's name. |
java.lang.Long |
getNodeId()
The unique identifier (within the filesystem) of this filesystem object (st_ino). |
java.lang.Long |
getNodeIdDevice()
The device number of the device which this filesystem object resides on (st_dev). |
java.lang.Long |
getObjectSize()
The logical size (st_size). |
FsObjType |
getType()
The object type. |
java.lang.Long |
getUID()
The user owning the filesystem object (st_uid). |
java.lang.Long |
getUserFlags()
User flags (st_flags). |
java.lang.String |
getUserName()
The user name. |
static IFsObjInfo |
queryInterface(IUnknown obj)
|
Methods inherited from class org.virtualbox_4_2.IUnknown |
---|
getRemoteWSPort, getWrapped, releaseRemote |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IFsObjInfo(java.lang.String wrapped, org.virtualbox_4_2.jaxws.VboxPortType port)
Method Detail |
---|
public java.lang.Long getAccessTime()
public java.lang.Long getAllocatedSize()
public java.lang.Long getBirthTime()
public java.lang.Long getChangeTime()
public java.lang.Long getDeviceNumber()
public java.lang.String getFileAttributes()
public java.lang.Long getGenerationId()
public java.lang.Long getGID()
public java.lang.String getGroupName()
public java.lang.Long getHardLinks()
public java.lang.Long getModificationTime()
public java.lang.String getName()
public java.lang.Long getNodeId()
public java.lang.Long getNodeIdDevice()
public java.lang.Long getObjectSize()
public FsObjType getType()
FsObjType
for more.
public java.lang.Long getUID()
public java.lang.Long getUserFlags()
public java.lang.String getUserName()
public static IFsObjInfo queryInterface(IUnknown obj)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |