org.jclouds.vcloud.compute.functions
Class ImageForVAppTemplate

java.lang.Object
  extended by org.jclouds.vcloud.compute.functions.ImageForVAppTemplate
All Implemented Interfaces:
com.google.common.base.Function<VAppTemplate,org.jclouds.compute.domain.Image>

@Singleton
public class ImageForVAppTemplate
extends Object
implements com.google.common.base.Function<VAppTemplate,org.jclouds.compute.domain.Image>


Field Summary
 org.jclouds.logging.Logger logger
           
 
Constructor Summary
protected ImageForVAppTemplate(Map<Status,org.jclouds.compute.domain.Image.Status> toPortableImageStatus, com.google.common.base.Function<VAppTemplate,org.jclouds.ovf.Envelope> templateToEnvelope, FindLocationForResource findLocationForResource)
           
 
Method Summary
 org.jclouds.compute.domain.Image apply(VAppTemplate from)
           
 
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
 

Field Detail

logger

@Named(value="jclouds.compute")
public org.jclouds.logging.Logger logger
Constructor Detail

ImageForVAppTemplate

@Inject
protected ImageForVAppTemplate(Map<Status,org.jclouds.compute.domain.Image.Status> toPortableImageStatus,
                                      com.google.common.base.Function<VAppTemplate,org.jclouds.ovf.Envelope> templateToEnvelope,
                                      FindLocationForResource findLocationForResource)
Method Detail

apply

public org.jclouds.compute.domain.Image apply(VAppTemplate from)
Specified by:
apply in interface com.google.common.base.Function<VAppTemplate,org.jclouds.compute.domain.Image>


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.