org.jclouds.trmk.vcloud_0_8.config
Class TerremarkVCloudRestClientModule.OrgVDCSupplier

java.lang.Object
  extended by org.jclouds.trmk.vcloud_0_8.config.TerremarkVCloudRestClientModule.OrgVDCSupplier
All Implemented Interfaces:
com.google.common.base.Supplier<Map<String,Map<String,? extends VDC>>>
Enclosing class:
TerremarkVCloudRestClientModule<S extends TerremarkVCloudClient,A extends TerremarkVCloudAsyncClient>

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


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

TerremarkVCloudRestClientModule.OrgVDCSupplier

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

get

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


Copyright © 2009-2011 jclouds. All Rights Reserved.