Class

rapture.uri

RelativePath

Related Doc: package uri

Permalink

class RelativePath extends Path[RelativePath]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RelativePath
  2. Path
  3. Link
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

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): RelativePath

    Permalink

    Adds a path component to this relative path

    Adds a path component to this relative path

    Definition Classes
    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
    Definition Classes
    Path
  7. def afterPathString: String

    Permalink
    Attributes
    protected
    Definition Classes
    Path
  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

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

    Definition Classes
    Path
  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

    The String components of this path

    Definition Classes
    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. def makePath(a: Int, e: Seq[String], ap: AfterPath): RelativePath

    Permalink
    Definition Classes
    RelativePathPath
  19. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    Path
  23. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Deprecated Value Members

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

    Permalink
    Definition Classes
    Path
    Annotations
    @deprecated
    Deprecated

    (Since version 0.10.0) Use the query method instead.

Inherited from Path[RelativePath]

Inherited from Link

Inherited from AnyRef

Inherited from Any

Ungrouped