org.jclouds.vcloud.config
Class VCloudRestClientModule.OrgCatalogItemSupplier
java.lang.Object
org.jclouds.vcloud.config.VCloudRestClientModule.OrgCatalogItemSupplier
- All Implemented Interfaces:
- com.google.common.base.Supplier<Map<String,Map<String,Map<String,? extends CatalogItem>>>>
- Enclosing class:
- VCloudRestClientModule
@Singleton
public static class VCloudRestClientModule.OrgCatalogItemSupplier
- extends Object
- implements com.google.common.base.Supplier<Map<String,Map<String,Map<String,? extends CatalogItem>>>>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
catalogSupplier
protected final com.google.common.base.Supplier<Map<String,Map<String,? extends Catalog>>> catalogSupplier
allCatalogItemsInCatalog
protected final com.google.common.base.Function<Catalog,Iterable<? extends CatalogItem>> allCatalogItemsInCatalog
VCloudRestClientModule.OrgCatalogItemSupplier
@Inject
protected VCloudRestClientModule.OrgCatalogItemSupplier(com.google.common.base.Supplier<Map<String,Map<String,? extends Catalog>>> catalogSupplier,
com.google.common.base.Function<Catalog,Iterable<? extends CatalogItem>> allCatalogItemsInCatalog)
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.