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,Image>
@Singleton
public class OSTemplateToImage
- extends Object
- implements com.google.common.base.Function<OSTemplate,Image>
- Author:
- Adrian Cole
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,OsFamilyVersion64Bit> osParser)
apply
public Image apply(OSTemplate template)
- Specified by:
apply
in interface com.google.common.base.Function<OSTemplate,Image>
Copyright © 2009-2012 jclouds. All Rights Reserved.