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:
ProviderURIFromConfiguration

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


Constructor Summary
protected URIFromStringSupplier(String uri)
           
 
Method Summary
 URI get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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>


Copyright © 2009-2012 jclouds. All Rights Reserved.