org.jclouds.cloudstack.compute.functions
Class TemplateToImage.FindLocationForTemplate
java.lang.Object
org.jclouds.collect.FindResourceInSet<Template,Location>
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>
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 |
TemplateToImage.FindLocationForTemplate
@Inject
public TemplateToImage.FindLocationForTemplate(com.google.common.base.Supplier<Set<? extends Location>> location)
matches
public boolean matches(Template from,
Location input)
- Specified by:
matches
in class FindResourceInSet<Template,Location>
Copyright © 2009-2012 jclouds. All Rights Reserved.