org.virtualbox_7_1
Class IGuestDirectoryReadEvent
java.lang.Object
org.virtualbox_7_1.IUnknown
org.virtualbox_7_1.IEvent
org.virtualbox_7_1.IGuestSessionEvent
org.virtualbox_7_1.IGuestDirectoryEvent
org.virtualbox_7_1.IGuestDirectoryReadEvent
public class IGuestDirectoryReadEvent
- extends IGuestDirectoryEvent
Notification when a directory entry has been read.
Interface ID: {4E774BBE-5285-4517-8D34-21260633C513}
Constructor Summary |
IGuestDirectoryReadEvent(java.lang.String wrapped,
org.virtualbox_7_1.ObjectRefManager objMgr,
org.virtualbox_7_1.jaxws.VboxPortType port)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IGuestDirectoryReadEvent
public IGuestDirectoryReadEvent(java.lang.String wrapped,
org.virtualbox_7_1.ObjectRefManager objMgr,
org.virtualbox_7_1.jaxws.VboxPortType port)
getPath
public java.lang.String getPath()
- Path of the directory entry.
- Returns:
- String
getObjInfo
public IFsObjInfo getObjInfo()
- Object information of the directory entry. Also see
IFsObjInfo
.
- Returns:
- org.virtualbox_7_1.IFsObjInfo
getOwner
public java.lang.String getOwner()
- Resolved owner name of the directory entry.
- Returns:
- String
getGroups
public java.lang.String getGroups()
- Resolved user groups of the directory entry.
- Returns:
- String
queryInterface
public static IGuestDirectoryReadEvent queryInterface(IUnknown obj)