org.jclouds.smartos.compute.functions
Class VMToNodeMetadata.FindImageForServer

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

@Singleton
public static class VMToNodeMetadata.FindImageForServer
extends FindResourceInSet<VM,Image>


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

VMToNodeMetadata.FindImageForServer

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

matches

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


Copyright © 2009-2012 jclouds. All Rights Reserved.