org.jclouds.vcloud.config
Class CommonVCloudRestClientModule.OrgCatalogSupplier

java.lang.Object
  extended by org.jclouds.vcloud.config.CommonVCloudRestClientModule.OrgCatalogSupplier
All Implemented Interfaces:
com.google.common.base.Supplier<Map<String,Map<String,? extends Catalog>>>
Enclosing class:
CommonVCloudRestClientModule<S extends CommonVCloudClient,A extends CommonVCloudAsyncClient>

@Singleton
public static class CommonVCloudRestClientModule.OrgCatalogSupplier
extends Object
implements com.google.common.base.Supplier<Map<String,Map<String,? extends Catalog>>>


Field Summary
protected  com.google.common.base.Supplier<Map<String,? extends Org>> orgSupplier
           
 
Constructor Summary
protected CommonVCloudRestClientModule.OrgCatalogSupplier(com.google.common.base.Supplier<Map<String,? extends Org>> orgSupplier, com.google.common.base.Function<Org,Iterable<? extends Catalog>> allCatalogsInOrg)
           
 
Method Summary
 Map<String,Map<String,? extends Catalog>> get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

orgSupplier

protected final com.google.common.base.Supplier<Map<String,? extends Org>> orgSupplier
Constructor Detail

CommonVCloudRestClientModule.OrgCatalogSupplier

@Inject
protected CommonVCloudRestClientModule.OrgCatalogSupplier(com.google.common.base.Supplier<Map<String,? extends Org>> orgSupplier,
                                                                 com.google.common.base.Function<Org,Iterable<? extends Catalog>> allCatalogsInOrg)
Method Detail

get

public Map<String,Map<String,? extends Catalog>> get()
Specified by:
get in interface com.google.common.base.Supplier<Map<String,Map<String,? extends Catalog>>>


Copyright © 2009-2011 jclouds. All Rights Reserved.