org.jclouds.location.suppliers.fromconfig
Class ProviderURIFromConfiguration

java.lang.Object
  extended by org.jclouds.rest.suppliers.URIFromStringSupplier
      extended by org.jclouds.location.suppliers.fromconfig.ProviderURIFromConfiguration
All Implemented Interfaces:
com.google.common.base.Supplier<URI>, ProviderURISupplier

@Singleton
public class ProviderURIFromConfiguration
extends URIFromStringSupplier
implements ProviderURISupplier


Constructor Summary
protected ProviderURIFromConfiguration(String endpoint)
           
 
Method Summary
 
Methods inherited from class org.jclouds.rest.suppliers.URIFromStringSupplier
get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Supplier
get
 

Constructor Detail

ProviderURIFromConfiguration

@Inject
protected ProviderURIFromConfiguration(@Named(value="jclouds.endpoint")
                                              String endpoint)


Copyright © 2009-2012 jclouds. All Rights Reserved.