org.jclouds.aws.ec2.compute.suppliers
Class AWSEC2HardwareSupplier

java.lang.Object
  extended by org.jclouds.ec2.compute.suppliers.EC2HardwareSupplier
      extended by org.jclouds.aws.ec2.compute.suppliers.AWSEC2HardwareSupplier
All Implemented Interfaces:
com.google.common.base.Supplier<Set<? extends Hardware>>

@Singleton
public class AWSEC2HardwareSupplier
extends EC2HardwareSupplier

Author:
Adrian Cole

Constructor Summary
AWSEC2HardwareSupplier(Set<String> ccAmis)
           
 
Method Summary
 Set<? extends Hardware> get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWSEC2HardwareSupplier

@Inject
public AWSEC2HardwareSupplier(Set<String> ccAmis)
Method Detail

get

public Set<? extends Hardware> get()
Specified by:
get in interface com.google.common.base.Supplier<Set<? extends Hardware>>
Overrides:
get in class EC2HardwareSupplier


Copyright © 2009-2011 jclouds. All Rights Reserved.