org.jclouds.trmk.ecloud.functions
Class OrgURIToTagsListEndpoint

java.lang.Object
  extended by org.jclouds.trmk.vcloud_0_8.functions.OrgURIToEndpoint
      extended by org.jclouds.trmk.ecloud.functions.OrgURIToTagsListEndpoint
All Implemented Interfaces:
com.google.common.base.Function<Object,URI>

@Singleton
public class OrgURIToTagsListEndpoint
extends OrgURIToEndpoint
implements com.google.common.base.Function<Object,URI>

Author:
Adrian Cole

Field Summary
 
Fields inherited from class org.jclouds.trmk.vcloud_0_8.functions.OrgURIToEndpoint
defaultOrg, orgMap
 
Constructor Summary
OrgURIToTagsListEndpoint(com.google.common.base.Supplier<Map<String,? extends Org>> orgMap, ReferenceType defaultUri)
           
 
Method Summary
 URI getUriFromOrg(Org org)
           
 
Methods inherited from class org.jclouds.trmk.vcloud_0_8.functions.OrgURIToEndpoint
apply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
apply, equals
 

Constructor Detail

OrgURIToTagsListEndpoint

@Inject
public OrgURIToTagsListEndpoint(com.google.common.base.Supplier<Map<String,? extends Org>> orgMap,
                                       ReferenceType defaultUri)
Method Detail

getUriFromOrg

public URI getUriFromOrg(Org org)
Specified by:
getUriFromOrg in class OrgURIToEndpoint


Copyright © 2009-2012 jclouds. All Rights Reserved.