rapture.uri

PathRoot

abstract class PathRoot[+U <: Url[U]] extends AbsolutePath[U]

Defines a base to upon which the hierarchical part of the URL is appended

Linear Supertypes
AbsolutePath[U], Path[U], Link, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PathRoot
  2. AbsolutePath
  3. Path
  4. Link
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PathRoot()

Abstract Value Members

  1. abstract def makePath(ascent: Int, elements: Seq[String], afterPath: AfterPath): U

    Constructs a new path

    Constructs a new path

    Definition Classes
    PathRootAbsolutePathPath
  2. abstract def scheme: Scheme[U]

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

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

    Definition Classes
    AnyRef → Any
  4. def +[P <: Path[P]](dest: P): Path[_]

    Constructs a new path by following the relative link from this path

    Constructs a new path by following the relative link from this path

    Definition Classes
    AbsolutePath
  5. def -[P <: AbsolutePath[P]](src: P)(implicit linkable: Linkable[P, U]): Result

    Definition Classes
    AbsolutePath
  6. def /(p: String): U

    Constructs a new path by appending the specified path element to this path

    Constructs a new path by appending the specified path element to this path

    Definition Classes
    AbsolutePathPath
  7. def /?[Q](q: Q)(implicit qt: QueryType[U, Q]): U

    Definition Classes
    Path
  8. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  10. def absolute: Boolean

    This is an absolute path

    This is an absolute path

    Definition Classes
    AbsolutePathPathLink
  11. val afterPath: AfterPath

    Definition Classes
    Path
  12. def afterPathString: String

    Attributes
    protected
    Definition Classes
    Path
  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. val ascent: Int

    Definition Classes
    Path
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def drop(n: Int): U

    Drops the specified number of path elements from the left of the path

    Drops the specified number of path elements from the left of the path

    Definition Classes
    AbsolutePath
  17. def dropRight(n: Int): U

    Drops the specified number of path elements from the right of the path

    Drops the specified number of path elements from the right of the path

    Definition Classes
    AbsolutePath
  18. val elements: Seq[String]

    Definition Classes
    Path
  19. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. def equals(that: Any): Boolean

    Definition Classes
    Path → AnyRef → Any
  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. def head: String

    Returns the first element of the path, if it exists

    Returns the first element of the path, if it exists

    Definition Classes
    AbsolutePath
  25. def init: U

    Returns all but the last element of the path

    Returns all but the last element of the path

    Definition Classes
    AbsolutePath
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def isRoot: Boolean

    Returns true if this is a root path

    Returns true if this is a root path

    Definition Classes
    AbsolutePath
  28. def last: String

    Returns the last element of the path, if it exists

    Returns the last element of the path, if it exists

    Definition Classes
    AbsolutePath
  29. def link[P <: AbsolutePath[P]](dest: P)(implicit linkable: Linkable[U, P]): Result

    Definition Classes
    AbsolutePath
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. def parent: U

    Returns the parent path of this path; equivalent to tail

    Returns the parent path of this path; equivalent to tail

    Definition Classes
    AbsolutePath
  34. def pathString: String

    Definition Classes
    AbsolutePath
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def tail: U

    Returns all but the first element of the path

    Returns all but the first element of the path

    Definition Classes
    AbsolutePath
  37. def take(n: Int): U

    Drops all but the specified number of path elements from the left of the path

    Drops all but the specified number of path elements from the left of the path

    Definition Classes
    AbsolutePath
  38. def toString(): String

    Definition Classes
    AbsolutePathPath → AnyRef → Any
  39. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbsolutePath[U]

Inherited from Path[U]

Inherited from Link

Inherited from AnyRef

Inherited from Any

Ungrouped