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

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

@Singleton
public class PublicURLOrInternalIfNull
extends Object
implements EndpointToSupplierURI


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

PublicURLOrInternalIfNull

public PublicURLOrInternalIfNull()
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-2012 jclouds. All Rights Reserved.