org.jclouds.virtualbox.statements
Class InstallGuestAdditions

java.lang.Object
  extended by 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

Field Summary
protected  Logger logger
           
 
Constructor Summary
InstallGuestAdditions(VmSpec vmSpecification, String vboxVersion)
           
 
Method Summary
 Iterable<String> functionDependencies(OsFamily family)
           
 String render(OsFamily family)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

@Named(value="jclouds.compute")
protected Logger logger
Constructor Detail

InstallGuestAdditions

public InstallGuestAdditions(VmSpec vmSpecification,
                             String vboxVersion)
Method Detail

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.