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:
- ProviderURIFromConfiguration
public class URIFromStringSupplier
- extends Object
- implements com.google.common.base.Supplier<URI>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URIFromStringSupplier
@Inject
protected URIFromStringSupplier(String uri)
get
public URI get()
- Specified by:
get
in interface com.google.common.base.Supplier<URI>
Copyright © 2009-2012 jclouds. All Rights Reserved.