org.jclouds.openstack.keystone.v2_0.functions
Class AdminURL

java.lang.Object
  extended by org.jclouds.openstack.keystone.v2_0.functions.AdminURL
All Implemented Interfaces:
com.google.common.base.Function<Endpoint,com.google.common.base.Supplier<URI>>, EndpointToSupplierAdminURI, EndpointToSupplierURI

@Singleton
public class AdminURL
extends Object
implements EndpointToSupplierAdminURI

Author:
Adam Lowe

Constructor Summary
AdminURL()
           
 
Method Summary
 com.google.common.base.Supplier<URI> apply(Endpoint input)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

AdminURL

public AdminURL()
Method Detail

apply

public com.google.common.base.Supplier<URI> apply(Endpoint input)
Specified by:
apply in interface com.google.common.base.Function<Endpoint,com.google.common.base.Supplier<URI>>

toString

public String toString()
Overrides:
toString in class Object


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