Class

rapture.uri

Path

Related Doc: package uri

Permalink

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
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Path
  2. Link
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

    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

    Permalink

Concrete Value Members

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

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

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

    Permalink

    Adds a path component to this relative path

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

    Permalink
    Definition Classes
    AnyRef → Any
  5. def absolute: Boolean

    Permalink

    This is a relative path

    This is a relative path

    Definition Classes
    PathLink
  6. val afterPath: AfterPath

    Permalink
  7. def afterPathString: String

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

    Permalink
    Definition Classes
    Any
  9. val ascent: Int

    Permalink

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

  10. def clone(): AnyRef

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

    Permalink

    The String components of this path

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.10.0) Use the query method instead.

Inherited from Link

Inherited from AnyRef

Inherited from Any

Ungrouped