org.jclouds.virtualbox.functions
Class IMachineToImage
java.lang.Object
org.jclouds.virtualbox.functions.IMachineToImage
- All Implemented Interfaces:
- com.google.common.base.Function<org.virtualbox_4_1.IMachine,Image>
@Singleton
public class IMachineToImage
- extends Object
- implements com.google.common.base.Function<org.virtualbox_4_1.IMachine,Image>
|
Method Summary |
Image |
apply(org.virtualbox_4_1.IMachine from)
|
| 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 |
IMachineToImage
@Inject
public IMachineToImage(Map<org.virtualbox_4_1.MachineState,Image.Status> toPortableImageStatus,
com.google.common.base.Supplier<org.virtualbox_4_1.VirtualBoxManager> virtualboxManager,
Map<OsFamily,Map<String,String>> osVersionMap)
apply
public Image apply(@Nullable
org.virtualbox_4_1.IMachine from)
- Specified by:
apply in interface com.google.common.base.Function<org.virtualbox_4_1.IMachine,Image>
Copyright © 2009-2012 jclouds. All Rights Reserved.