org.jclouds.virtualbox.functions
Class IMachineToHardware

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

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


Constructor Summary
IMachineToHardware(com.google.common.base.Supplier<org.virtualbox_4_1.VirtualBoxManager> virtualBoxManager)
           
 
Method Summary
 Hardware apply(org.virtualbox_4_1.IMachine vm)
           
 
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

IMachineToHardware

@Inject
public IMachineToHardware(com.google.common.base.Supplier<org.virtualbox_4_1.VirtualBoxManager> virtualBoxManager)
Method Detail

apply

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


Copyright © 2009-2012 jclouds. All Rights Reserved.