org.jclouds.trmk.vcloud_0_8.compute.suppliers
Class StaticHardwareSupplier

java.lang.Object
  extended by org.jclouds.trmk.vcloud_0_8.compute.suppliers.StaticHardwareSupplier
All Implemented Interfaces:
com.google.common.base.Supplier<Set<? extends Hardware>>

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

Author:
Adrian Cole

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

StaticHardwareSupplier

public StaticHardwareSupplier()
Method Detail

get

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


Copyright © 2009-2011 jclouds. All Rights Reserved.