org.jclouds.elasticstack.compute.functions
Class ServerInfoToNodeMetadata.FindImageForId

java.lang.Object
  extended by org.jclouds.collect.FindResourceInSet<String,Image>
      extended by org.jclouds.elasticstack.compute.functions.ServerInfoToNodeMetadata.FindImageForId
All Implemented Interfaces:
com.google.common.base.Function<String,Image>
Enclosing class:
ServerInfoToNodeMetadata

@Singleton
public static class ServerInfoToNodeMetadata.FindImageForId
extends FindResourceInSet<String,Image>


Field Summary
 
Fields inherited from class org.jclouds.collect.FindResourceInSet
logger
 
Constructor Summary
ServerInfoToNodeMetadata.FindImageForId(com.google.common.base.Supplier<Set<? extends Image>> images)
           
 
Method Summary
 boolean matches(String from, Image 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

ServerInfoToNodeMetadata.FindImageForId

@Inject
public ServerInfoToNodeMetadata.FindImageForId(com.google.common.base.Supplier<Set<? extends Image>> images)
Method Detail

matches

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


Copyright © 2009-2011 jclouds. All Rights Reserved.