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,Envelope>

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

Author:
Adrian Cole

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

ValidateVAppTemplateAndReturnEnvelopeOrThrowIllegalArgumentException

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

apply

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


Copyright © 2009-2012 jclouds. All Rights Reserved.