c

geotrellis.store.s3

AmazonS3URI

class AmazonS3URI extends AnyRef

A URI wrapper that can parse out information about an S3 URI.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AmazonS3URI
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AmazonS3URI(uri: URI)

    Creates a new AmazonS3URI by wrapping the given URI.

    Creates a new AmazonS3URI by wrapping the given URI.

    uri

    the URI to wrap

  2. new AmazonS3URI(str: String, urlEncode: Boolean)

    Creates a new AmazonS3URI by parsing the given string.

    Creates a new AmazonS3URI by parsing the given string. String will optionally be URL encoded before generating the URI. URL encoding is recommended if you work with bucket names or object keys with special characters. This can be disabled if you pre-encode URI strings before passing them to this class.

    str

    the URI to parse.

    urlEncode

    true if string should be URL encoded

  3. new AmazonS3URI(str: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(o: Any): Boolean
    Definition Classes
    AmazonS3URI → AnyRef → Any
    Annotations
    @Override()
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def getBucket(): String

    returns

    the bucket name parsed from the URI (or null if no bucket specified)

  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def getKey(): String

    returns

    the key parsed from the URI (or null if no key specified)

  12. def getRegion(): String

    returns

    the region parsed from the URI (or null if no region specified)

  13. def getURI(): URI

    returns

    the S3 URI being parsed

  14. def getVersionId(): String

    returns

    the version id parsed from the URI (or null if no version specified)

  15. def hashCode(): Int
    Definition Classes
    AmazonS3URI → AnyRef → Any
    Annotations
    @Override()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isPathStyle(): Boolean

    returns

    true if the URI contains the bucket in the path, false if it contains the bucket in the authority

  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AmazonS3URI → AnyRef → Any
    Annotations
    @Override()
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped