org.jclouds.cloudstack.compute.functions
Class TemplateToImage
java.lang.Object
org.jclouds.cloudstack.compute.functions.TemplateToImage
- All Implemented Interfaces:
- com.google.common.base.Function<Template,org.jclouds.compute.domain.Image>
@Singleton
public class TemplateToImage
- extends Object
- implements com.google.common.base.Function<Template,org.jclouds.compute.domain.Image>
|
Method Summary |
org.jclouds.compute.domain.Image |
apply(Template template)
|
| 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 |
TemplateToImage
@Inject
public TemplateToImage(TemplateToImage.FindLocationForTemplate findLocationForTemplate,
com.google.common.base.Function<Template,org.jclouds.compute.domain.OperatingSystem> templateToOperatingSystem)
apply
public org.jclouds.compute.domain.Image apply(Template template)
- Specified by:
apply in interface com.google.common.base.Function<Template,org.jclouds.compute.domain.Image>
Copyright © 2009-2013 jclouds. All Rights Reserved.