org.jclouds.rest.suppliers
Class URIFromStringSupplier
java.lang.Object
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>
URIFromStringSupplier
@Inject
protected URIFromStringSupplier(String uri)
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.