Class URIFromStringSupplier

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

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

    • URIFromStringSupplier

      @Inject protected URIFromStringSupplier(String uri)
  • Method Details

    • get

      public URI get()
      Specified by:
      get in interface com.google.common.base.Supplier<URI>
      Specified by:
      get in interface 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.MoreObjects.ToStringHelper string()