org.jclouds.vcloud.config
Class VCloudRestClientModule.OrgCatalogSupplier

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

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


Field Summary
protected  com.google.common.base.Function<Org,Iterable<? extends Catalog>> allCatalogsInOrg
           
protected  com.google.common.base.Supplier<Map<String,? extends Org>> orgSupplier
           
 
Constructor Summary
protected VCloudRestClientModule.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

allCatalogsInOrg

protected final com.google.common.base.Function<Org,Iterable<? extends Catalog>> allCatalogsInOrg
Constructor Detail

VCloudRestClientModule.OrgCatalogSupplier

@Inject
protected VCloudRestClientModule.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.