org.jclouds.virtualbox.functions
Class AddIDEControllerIfNotExists

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

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

Author:
Adrian Cole

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

Constructor Detail

AddIDEControllerIfNotExists

public AddIDEControllerIfNotExists(StorageController storageController)
Method Detail

apply

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.