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

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

@Singleton
public class InternalURL
extends Object
implements EndpointToSupplierURI

Select internal URL endpoints services


Constructor Summary
InternalURL()
           
 
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

InternalURL

public InternalURL()
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-2014 The Apache Software Foundation. All Rights Reserved.