org.jclouds.virtualbox.statements
Class InstallGuestAdditions
java.lang.Object
org.jclouds.virtualbox.statements.InstallGuestAdditions
- All Implemented Interfaces:
- Statement
public class InstallGuestAdditions
- extends Object
- implements Statement
Mounts the DVD with guest additions that was downloaded and attached as removeable storage. If no
guest additions is attached to the vmspec then it is downloaded.
- Author:
- David Alves
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
@Named(value="jclouds.compute")
protected Logger logger
InstallGuestAdditions
public InstallGuestAdditions(VmSpec vmSpecification,
String vboxVersion)
render
public String render(OsFamily family)
- Specified by:
render in interface Statement
functionDependencies
public Iterable<String> functionDependencies(OsFamily family)
- Specified by:
functionDependencies in interface Statement
Copyright © 2009-2012 jclouds. All Rights Reserved.