org.jclouds.ec2.compute.suppliers
Class EC2HardwareSupplier

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

@Singleton
public class EC2HardwareSupplier
extends Object
implements com.google.common.base.Supplier<Set<? extends Hardware>>

Author:
Adrian Cole

Constructor Summary
EC2HardwareSupplier()
           
 
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

EC2HardwareSupplier

public EC2HardwareSupplier()
Method Detail

get

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


Copyright © 2009-2012 jclouds. All Rights Reserved.