org.jclouds.virtualbox.functions
Class AttachMediumToMachineIfNotAlreadyAttached

java.lang.Object
  extended by org.jclouds.virtualbox.functions.AttachMediumToMachineIfNotAlreadyAttached
All Implemented Interfaces:
com.google.common.base.Function<org.virtualbox_4_1.IMachine,Void>

public class AttachMediumToMachineIfNotAlreadyAttached
extends Object
implements com.google.common.base.Function<org.virtualbox_4_1.IMachine,Void>

Author:
Mattias Holmqvist

Constructor Summary
AttachMediumToMachineIfNotAlreadyAttached(DeviceDetails device, org.virtualbox_4_1.IMedium medium, String controllerName)
           
 
Method Summary
 Void apply(org.virtualbox_4_1.IMachine machine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

AttachMediumToMachineIfNotAlreadyAttached

public AttachMediumToMachineIfNotAlreadyAttached(DeviceDetails device,
                                                 org.virtualbox_4_1.IMedium medium,
                                                 String controllerName)
Method Detail

apply

public Void apply(@Nullable
                  org.virtualbox_4_1.IMachine machine)
Specified by:
apply in interface com.google.common.base.Function<org.virtualbox_4_1.IMachine,Void>


Copyright © 2009-2012 jclouds. All Rights Reserved.