org.virtualbox_5_2
Class IGuestDirectory

java.lang.Object
  extended by org.virtualbox_5_2.IUnknown
      extended by org.virtualbox_5_2.IDirectory
          extended by org.virtualbox_5_2.IGuestDirectory

public class IGuestDirectory
extends IDirectory

Implementation of theIDirectoryobject for directories in the guest. Interface ID: {CC830458-4974-A19C-4DC6-CC98C2269626}


Field Summary
 
Fields inherited from class org.virtualbox_5_2.IUnknown
obj, objMgr, port
 
Constructor Summary
IGuestDirectory(java.lang.String wrapped, org.virtualbox_5_2.ObjectRefManager objMgr, org.virtualbox_5_2.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.Boolean getMidlDoesNotLikeEmptyInterfaces()
           
static IGuestDirectory queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_5_2.IDirectory
close, getDirectoryName, getFilter, read
 
Methods inherited from class org.virtualbox_5_2.IUnknown
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IGuestDirectory

public IGuestDirectory(java.lang.String wrapped,
                       org.virtualbox_5_2.ObjectRefManager objMgr,
                       org.virtualbox_5_2.jaxws.VboxPortType port)
Method Detail

getMidlDoesNotLikeEmptyInterfaces

public java.lang.Boolean getMidlDoesNotLikeEmptyInterfaces()

queryInterface

public static IGuestDirectory queryInterface(IUnknown obj)