org.jclouds.vcloud.compute.functions
Class ValidateVAppTemplateAndReturnEnvelopeOrThrowIllegalArgumentException

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

@Singleton
public class ValidateVAppTemplateAndReturnEnvelopeOrThrowIllegalArgumentException
extends Object
implements com.google.common.base.Function<VAppTemplate,org.jclouds.ovf.Envelope>


Field Summary
protected  org.jclouds.logging.Logger logger
           
 
Constructor Summary
protected ValidateVAppTemplateAndReturnEnvelopeOrThrowIllegalArgumentException(com.google.common.cache.LoadingCache<URI,org.jclouds.ovf.Envelope> envelopes)
           
 
Method Summary
 org.jclouds.ovf.Envelope 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

protected org.jclouds.logging.Logger logger
Constructor Detail

ValidateVAppTemplateAndReturnEnvelopeOrThrowIllegalArgumentException

@Inject
protected ValidateVAppTemplateAndReturnEnvelopeOrThrowIllegalArgumentException(com.google.common.cache.LoadingCache<URI,org.jclouds.ovf.Envelope> envelopes)
Method Detail

apply

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


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