org.jclouds.vcloud.config
Class CommonVCloudRestClientModule.OrgCatalogItemSupplier

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

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


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

Field Detail

catalogSupplier

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

CommonVCloudRestClientModule.OrgCatalogItemSupplier

@Inject
protected CommonVCloudRestClientModule.OrgCatalogItemSupplier(com.google.common.base.Supplier<Map<String,Map<String,? extends Catalog>>> catalogSupplier,
                                                                     com.google.common.base.Function<Catalog,Iterable<? extends CatalogItem>> allCatalogItemsInCatalog)
Method Detail

get

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


Copyright © 2009-2011 jclouds. All Rights Reserved.