org.jclouds.glesys.compute.functions
Class OSTemplateToImage

java.lang.Object
  extended by 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>


Constructor Summary
OSTemplateToImage(com.google.common.base.Function<String,org.jclouds.compute.domain.OsFamilyVersion64Bit> osParser)
           
 
Method Summary
 org.jclouds.compute.domain.Image apply(OSTemplate 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
 

Constructor Detail

OSTemplateToImage

@Inject
public OSTemplateToImage(com.google.common.base.Function<String,org.jclouds.compute.domain.OsFamilyVersion64Bit> osParser)
Method Detail

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.