org.jclouds.location.suppliers.all
Class JustProvider

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

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

Author:
Adrian Cole

Constructor Summary
JustProvider(String providerName, com.google.common.base.Supplier<URI> endpointSupplier, Set<String> isoCodesSupplier)
           
 
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(String providerName,
                           com.google.common.base.Supplier<URI> endpointSupplier,
                           Set<String> isoCodesSupplier)
Method Detail

get

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


Copyright © 2009-2012 jclouds. All Rights Reserved.