org.jclouds.location.suppliers
Class JustProvider

java.lang.Object
  extended by org.jclouds.location.suppliers.JustProvider
All Implemented Interfaces:
com.google.common.base.Supplier<Set<? extends Location>>
Direct Known Subclasses:
GoGridLocationSupplier, OrgAndVDCToLocationSupplier, OrgAndVDCToLocationSupplier, RegionToProviderOrJustProvider, RimuHostingLocationSupplier

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

Author:
Adrian Cole

Constructor Summary
JustProvider(Set<String> isoCodes, String providerName, URI endpoint)
           
 
Method Summary
 Set<? extends Location> get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JustProvider

@Inject
public JustProvider(Set<String> isoCodes,
                           String providerName,
                           URI endpoint)
Method Detail

get

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


Copyright © 2009-2011 jclouds. All Rights Reserved.