org.jclouds.glesys.compute
Class GleSYSComputeServiceAdapter.FindLocationForServerSpec

java.lang.Object
  extended by org.jclouds.collect.FindResourceInSet<ServerSpec,Location>
      extended by org.jclouds.glesys.compute.GleSYSComputeServiceAdapter.FindLocationForServerSpec
All Implemented Interfaces:
com.google.common.base.Function<ServerSpec,Location>
Enclosing class:
GleSYSComputeServiceAdapter

@Singleton
public static class GleSYSComputeServiceAdapter.FindLocationForServerSpec
extends FindResourceInSet<ServerSpec,Location>


Field Summary
 
Fields inherited from class org.jclouds.collect.FindResourceInSet
logger
 
Constructor Summary
GleSYSComputeServiceAdapter.FindLocationForServerSpec(com.google.common.base.Supplier<Set<? extends Location>> location)
           
 
Method Summary
 boolean matches(ServerSpec 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

GleSYSComputeServiceAdapter.FindLocationForServerSpec

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

matches

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


Copyright © 2009-2012 jclouds. All Rights Reserved.