org.jclouds.servermanager.compute.functions
Class ServerToNodeMetadata.FindImageForServer

java.lang.Object
  extended by org.jclouds.collect.FindResourceInSet<Server,Image>
      extended by org.jclouds.servermanager.compute.functions.ServerToNodeMetadata.FindImageForServer
All Implemented Interfaces:
com.google.common.base.Function<Server,Image>
Enclosing class:
ServerToNodeMetadata

@Singleton
public static class ServerToNodeMetadata.FindImageForServer
extends FindResourceInSet<Server,Image>


Field Summary
 
Fields inherited from class org.jclouds.collect.FindResourceInSet
logger
 
Constructor Summary
ServerToNodeMetadata.FindImageForServer(com.google.common.base.Supplier<Set<? extends Image>> hardware)
           
 
Method Summary
 boolean matches(Server 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

ServerToNodeMetadata.FindImageForServer

@Inject
public ServerToNodeMetadata.FindImageForServer(com.google.common.base.Supplier<Set<? extends Image>> hardware)
Method Detail

matches

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


Copyright © 2009-2011 jclouds. All Rights Reserved.