|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.virtualbox_5_2.ISharedFolder
public class ISharedFolder
The ISharedFolder interface represents a folder in the host computer's file system accessible from the guest OS running inside a virtual machine using an associated logical name. There are three types of shared folders:
IVirtualBox.getSharedFolders()
), shared
folders available to all virtual machines.IMachine.getSharedFolders()
),
VM-specific shared folders available to the given virtual machine at
startup.IConsole.getSharedFolders()
),
VM-specific shared folders created in the session context (for
example, when the virtual machine is running) and automatically
discarded when the session is closed (the VM is powered off).
Constructor Summary | |
---|---|
ISharedFolder(org.virtualbox_5_2.jaxws.ISharedFolder real,
org.virtualbox_5_2.ObjectRefManager objMgr,
org.virtualbox_5_2.jaxws.VboxPortType port)
|
Method Summary | |
---|---|
java.lang.Boolean |
getAccessible()
Whether the folder defined by the host path is currently accessible or not. |
java.lang.Boolean |
getAutoMount()
Whether the folder gets automatically mounted by the guest or not. |
java.lang.String |
getHostPath()
Full path to the shared folder in the host file system. |
java.lang.String |
getLastAccessError()
Text message that represents the result of the last accessibility check. |
java.lang.String |
getName()
Logical name of the shared folder. |
java.lang.Boolean |
getWritable()
Whether the folder defined by the host path is writable or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ISharedFolder(org.virtualbox_5_2.jaxws.ISharedFolder real, org.virtualbox_5_2.ObjectRefManager objMgr, org.virtualbox_5_2.jaxws.VboxPortType port)
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getHostPath()
public java.lang.Boolean getAccessible()
public java.lang.Boolean getWritable()
public java.lang.Boolean getAutoMount()
public java.lang.String getLastAccessError()
getAccessible()
attribute is read. An empty string is returned if the last
accessibility check was successful. A non-empty string indicates a
failure and should normally describe a reason of the failure (for
example, a file read error).
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |