org.jclouds.glesys.compute.functions
Class OSTemplateToImage
java.lang.Object
org.jclouds.glesys.compute.functions.OSTemplateToImage
- All Implemented Interfaces:
- com.google.common.base.Function<OSTemplate,org.jclouds.compute.domain.Image>
@Singleton
public class OSTemplateToImage
- extends Object
- implements com.google.common.base.Function<OSTemplate,org.jclouds.compute.domain.Image>
- Author:
- Adrian Cole
|
Constructor Summary |
OSTemplateToImage(com.google.common.base.Function<String,org.jclouds.compute.domain.OsFamilyVersion64Bit> osParser)
|
| 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 |
OSTemplateToImage
@Inject
public OSTemplateToImage(com.google.common.base.Function<String,org.jclouds.compute.domain.OsFamilyVersion64Bit> osParser)
apply
public org.jclouds.compute.domain.Image apply(OSTemplate template)
- Specified by:
apply in interface com.google.common.base.Function<OSTemplate,org.jclouds.compute.domain.Image>
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.