rapture.uri

Path

abstract class Path[+PathType <: Path[PathType]] extends Link

Represents a path which is to be considered relative to another (unspecified) path or URL

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

Instance Constructors

  1. new Path(ascent: Int, elements: Seq[String], afterPath: AfterPath)

    Creates a new relative path with the specified ascent and elements

    Creates a new relative path with the specified ascent and elements

    ascent

    The number of levels to navigate up the path hierarchy to reach the common parent

    elements

    The String components of this path

Abstract Value Members

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

Concrete Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. def /(s: String): PathType

    Adds a path component to this relative path

  4. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  5. def absolute: Boolean

    This is a relative path

    This is a relative path

    Definition Classes
    PathLink
  6. val afterPath: AfterPath

  7. def afterPathString: String

    Attributes
    protected
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val ascent: Int

    The number of levels to navigate up the path hierarchy to reach the common parent

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val elements: Seq[String]

    The String components of this path

  12. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  21. def query[Q](q: Q)(implicit qt: QueryType[PathType, Q]): PathType

  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. def toString(): String

    Definition Classes
    Path → AnyRef → Any
  24. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def /?[Q](q: Q)(implicit qt: QueryType[PathType, Q]): PathType

    Annotations
    @deprecated
    Deprecated

    (Since version 0.10.0) Use the query method instead.

Inherited from Link

Inherited from AnyRef

Inherited from Any

Ungrouped