public class IFsObjInfo extends IUnknown
{081FC833-C6FA-430E-6020-6A505D086387}
Constructor and Description |
---|
IFsObjInfo(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port) |
Modifier and Type | Method and Description |
---|---|
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.Integer |
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.Integer |
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) |
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
public IFsObjInfo(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
public java.lang.String getName()
public FsObjType getType()
FsObjType
for more.public java.lang.String getFileAttributes()
public java.lang.Long getObjectSize()
public java.lang.Long getAllocatedSize()
public java.lang.Long getAccessTime()
public java.lang.Long getBirthTime()
public java.lang.Long getChangeTime()
public java.lang.Long getModificationTime()
public java.lang.Integer getUID()
public java.lang.String getUserName()
public java.lang.Integer getGID()
public java.lang.String getGroupName()
public java.lang.Long getNodeId()
public java.lang.Long getNodeIdDevice()
public java.lang.Long getHardLinks()
public java.lang.Long getDeviceNumber()
public java.lang.Long getGenerationId()
public java.lang.Long getUserFlags()
public static IFsObjInfo queryInterface(IUnknown obj)