Class OSTemplateToImage
java.lang.Object
org.jclouds.glesys.compute.functions.OSTemplateToImage
- All Implemented Interfaces:
com.google.common.base.Function<OSTemplate,
,Image> Function<OSTemplate,
Image>
@Singleton
public class OSTemplateToImage
extends Object
implements com.google.common.base.Function<OSTemplate,Image>
-
Constructor Summary
ConstructorsConstructorDescriptionOSTemplateToImage
(com.google.common.base.Function<String, OsFamilyVersion64Bit> osParser) -
Method Summary
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 Details
-
OSTemplateToImage
@Inject public OSTemplateToImage(com.google.common.base.Function<String, OsFamilyVersion64Bit> osParser)
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<OSTemplate,
Image> - Specified by:
apply
in interfaceFunction<OSTemplate,
Image>
-