org.jclouds.glesys.compute.functions
Class ServerDetailsToNodeMetadata.FindLocationForServerDetails

java.lang.Object
  extended by org.jclouds.collect.FindResourceInSet<ServerDetails,Location>
      extended by org.jclouds.glesys.compute.functions.ServerDetailsToNodeMetadata.FindLocationForServerDetails
All Implemented Interfaces:
com.google.common.base.Function<ServerDetails,Location>
Enclosing class:
ServerDetailsToNodeMetadata

@Singleton
public static class ServerDetailsToNodeMetadata.FindLocationForServerDetails
extends FindResourceInSet<ServerDetails,Location>


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

ServerDetailsToNodeMetadata.FindLocationForServerDetails

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

matches

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


Copyright © 2009-2012 jclouds. All Rights Reserved.