fm.common.rich

RichURIBase

trait RichURIBase[T] extends Any

Linear Supertypes
Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichURIBase
  2. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def fragment: Option[String]

  2. abstract def getClass(): Class[_]

    Definition Classes
    Any
  3. abstract def host: Option[String]

  4. abstract def make(s: String): T

    Attributes
    protected
  5. abstract def path: Option[String]

  6. abstract def port: Option[Int]

  7. abstract def query: Option[String]

  8. abstract def queryParams: QueryParams

  9. abstract def scheme: Option[String]

  10. abstract def self: T

    Attributes
    protected
  11. abstract def toURI: java.net.URI

    Attributes
    protected
  12. abstract def toURL: java.net.URL

    Attributes
    protected
  13. abstract def userInfo: Option[String]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  4. def addQueryParam(key: String, value: String): T

  5. def addQueryParams(kvPairs: (String, String)*): T

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def copy(scheme: Option[String] = scheme, userInfo: Option[String] = userInfo, host: Option[String] = host, port: Option[Int] = port, path: Option[String] = path, query: Option[String] = query, fragment: Option[String] = fragment): T

  8. def equals(arg0: Any): Boolean

    Definition Classes
    Any
  9. def hashCode(): Int

    Definition Classes
    Any
  10. def isFile: Boolean

    Is this a file:// URI/URL?

  11. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  12. def removeQueryParam(key: String): T

  13. def removeQueryParams(keys: String*): T

  14. def replaceQueryParam(key: String, value: String): T

    Replaces the entry for the given key only if it was previously mapped to some value.

  15. def toFile: File

  16. def toFileOption: Option[File]

  17. def toString(): String

    Definition Classes
    Any
  18. def updateQueryParam(key: String, value: String): T

  19. def updateQueryParams(kvPairs: (String, String)*): T

  20. def withHost(host: String): T

  21. def withQueryParam(kv: (String, String)): T

  22. def withQueryParam(key: String, value: String): T

  23. def withQueryParams(params: QueryParams): T

  24. def withQueryParams(params: (String, String)*): T

Inherited from Any

Ungrouped