org.jclouds.cloudstack.compute.functions
Class TemplateToImage.FindLocationForTemplate

java.lang.Object
  extended by org.jclouds.collect.FindResourceInSet<Template,Location>
      extended by org.jclouds.cloudstack.compute.functions.TemplateToImage.FindLocationForTemplate
All Implemented Interfaces:
com.google.common.base.Function<Template,Location>
Enclosing class:
TemplateToImage

@Singleton
public static class TemplateToImage.FindLocationForTemplate
extends FindResourceInSet<Template,Location>


Field Summary
 
Fields inherited from class org.jclouds.collect.FindResourceInSet
logger
 
Constructor Summary
TemplateToImage.FindLocationForTemplate(com.google.common.base.Supplier<Set<? extends Location>> location)
           
 
Method Summary
 boolean matches(Template from, Location input)
           
 
Methods inherited from class org.jclouds.collect.FindResourceInSet
apply
 
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

TemplateToImage.FindLocationForTemplate

@Inject
public TemplateToImage.FindLocationForTemplate(com.google.common.base.Supplier<Set<? extends Location>> location)
Method Detail

matches

public boolean matches(Template from,
                       Location input)
Specified by:
matches in class FindResourceInSet<Template,Location>


Copyright © 2009-2012 jclouds. All Rights Reserved.