rapture.uri

Classpath

object Classpath extends PathRoot[ClasspathUrl] with Scheme[ClasspathUrl]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Classpath
  2. Scheme
  3. PathRoot
  4. AbsolutePath
  5. Path
  6. Link
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. 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
  4. def -[P <: AbsolutePath[P]](src: P)(implicit linkable: Linkable[P, ClasspathUrl]): Result

    Definition Classes
    AbsolutePath
  5. def /(p: String): ClasspathUrl

    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
  6. def /?[Q](q: Q)(implicit qt: QueryType[ClasspathUrl, Q]): ClasspathUrl

    Definition Classes
    Path
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  8. def absolute: Boolean

    This is an absolute path

    This is an absolute path

    Definition Classes
    AbsolutePathPathLink
  9. val afterPath: AfterPath

    Definition Classes
    Path
  10. def afterPathString: String

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

    Definition Classes
    Any
  12. 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
  13. def clone(): AnyRef

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

    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
  15. def dropRight(n: Int): ClasspathUrl

    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
  16. val elements: Seq[String]

    The String components of this path

    The String components of this path

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  22. 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
  23. def init: ClasspathUrl

    Returns all but the last element of the path

    Returns all but the last element of the path

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

    Definition Classes
    Any
  25. def isRoot: Boolean

    Returns true if this is a root path

    Returns true if this is a root path

    Definition Classes
    AbsolutePath
  26. 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
  27. def link[P <: AbsolutePath[P]](dest: P)(implicit linkable: Linkable[ClasspathUrl, P]): Result

    Definition Classes
    AbsolutePath
  28. def makePath(ascent: Int, elements: Seq[String], afterPath: AfterPath): ClasspathUrl

    Constructs a new path

    Constructs a new path

    Definition Classes
    ClasspathPathRootAbsolutePathPath
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  32. def parent: ClasspathUrl

    Returns the parent path of this path; equivalent to tail

    Returns the parent path of this path; equivalent to tail

    Definition Classes
    AbsolutePath
  33. def parse(s: String): ClasspathUrl

  34. def pathString: String

    Definition Classes
    AbsolutePath
  35. def scheme: Classpath.type

    Definition Classes
    ClasspathPathRoot
  36. def schemeName: String

    Definition Classes
    ClasspathScheme
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def tail: ClasspathUrl

    Returns all but the first element of the path

    Returns all but the first element of the path

    Definition Classes
    AbsolutePath
  39. def take(n: Int): ClasspathUrl

    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
  40. def toString(): String

    Definition Classes
    Scheme → AnyRef → Any
  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Scheme[ClasspathUrl]

Inherited from PathRoot[ClasspathUrl]

Inherited from AbsolutePath[ClasspathUrl]

Inherited from Path[ClasspathUrl]

Inherited from Link

Inherited from AnyRef

Inherited from Any

Ungrouped