rapture.uri

RelativePath

class RelativePath extends Path[RelativePath]

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

Instance Constructors

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

Value Members

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

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

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

    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

    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

    Definition Classes
    Path
  7. def afterPathString: String

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

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

    Definition Classes
    Path
  10. def clone(): AnyRef

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

    The String components of this path

    The String components of this path

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

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

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

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

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

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

    Definition Classes
    AnyRef
  24. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    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