org.jclouds.cloudstack.compute.functions
Class TemplateToImage.FindLocationForTemplate
java.lang.Object
org.jclouds.collect.FindResourceInSet<Template,org.jclouds.domain.Location>
org.jclouds.cloudstack.compute.functions.TemplateToImage.FindLocationForTemplate
- All Implemented Interfaces:
- com.google.common.base.Function<Template,org.jclouds.domain.Location>
- Enclosing class:
- TemplateToImage
@Singleton
public static class TemplateToImage.FindLocationForTemplate
- extends org.jclouds.collect.FindResourceInSet<Template,org.jclouds.domain.Location>
| Fields inherited from class org.jclouds.collect.FindResourceInSet |
logger |
|
Method Summary |
boolean |
matches(Template from,
org.jclouds.domain.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 |
TemplateToImage.FindLocationForTemplate
@Inject
public TemplateToImage.FindLocationForTemplate(com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> location)
matches
public boolean matches(Template from,
org.jclouds.domain.Location input)
- Specified by:
matches in class org.jclouds.collect.FindResourceInSet<Template,org.jclouds.domain.Location>
Copyright © 2009-2013 jclouds. All Rights Reserved.