org.jclouds.rest.suppliers
Class URIFromStringSupplier

java.lang.Object
  extended by org.jclouds.rest.suppliers.URIFromStringSupplier
All Implemented Interfaces:
com.google.common.base.Supplier<URI>
Direct Known Subclasses:
ProviderURIFromProviderMetadata

public class URIFromStringSupplier
extends Object
implements com.google.common.base.Supplier<URI>


Constructor Summary
protected URIFromStringSupplier(String uri)
           
 
Method Summary
 boolean equals(Object object)
           
 URI get()
           
 int hashCode()
           
protected  com.google.common.base.Objects.ToStringHelper string()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

URIFromStringSupplier

@Inject
protected URIFromStringSupplier(String uri)
Method Detail

get

public URI get()
Specified by:
get in interface com.google.common.base.Supplier<URI>

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

string

protected com.google.common.base.Objects.ToStringHelper string()


Copyright © 2009-2013 jclouds. All Rights Reserved.