org.jclouds.vcloud.config
Class VCloudHttpApiModule.OrgVDCSupplier

java.lang.Object
  extended by org.jclouds.vcloud.config.VCloudHttpApiModule.OrgVDCSupplier
All Implemented Interfaces:
com.google.common.base.Supplier<Map<String,Map<String,VDC>>>
Enclosing class:
VCloudHttpApiModule

@Singleton
public static class VCloudHttpApiModule.OrgVDCSupplier
extends Object
implements com.google.common.base.Supplier<Map<String,Map<String,VDC>>>


Field Summary
protected  com.google.common.base.Supplier<Map<String,Org>> orgSupplier
           
 
Constructor Summary
protected VCloudHttpApiModule.OrgVDCSupplier(com.google.common.base.Supplier<Map<String,Org>> orgSupplier, com.google.common.base.Function<Org,Iterable<VDC>> allVDCsInOrg)
           
 
Method Summary
 Map<String,Map<String,VDC>> 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,Org>> orgSupplier
Constructor Detail

VCloudHttpApiModule.OrgVDCSupplier

@Inject
protected VCloudHttpApiModule.OrgVDCSupplier(com.google.common.base.Supplier<Map<String,Org>> orgSupplier,
                                                    com.google.common.base.Function<Org,Iterable<VDC>> allVDCsInOrg)
Method Detail

get

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


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.