Trait

rapture.net

NetPathRoot

Related Doc: package net

Permalink

trait NetPathRoot[+T <: Url[T] with NetUrl] extends PathRoot[T]

Linear Supertypes
PathRoot[T], AbsolutePath[T], Path[T], Link, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NetPathRoot
  2. PathRoot
  3. AbsolutePath
  4. Path
  5. Link
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def hostname: String

    Permalink
  2. abstract def makePath(ascent: Int, elements: Seq[String], afterPath: AfterPath): T

    Permalink
    Definition Classes
    PathRoot → AbsolutePath → Path
  3. abstract def port: Int

    Permalink
  4. abstract def scheme: Scheme[T]

    Permalink
    Definition Classes
    PathRoot

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 +[P <: Path[P]](dest: P): Path[_]

    Permalink
    Definition Classes
    AbsolutePath
  4. def -[P <: AbsolutePath[P]](src: P)(implicit linkable: Linkable[P, T]): Result

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

    Permalink
    Definition Classes
    AbsolutePath → Path
  6. final def ==(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    AbsolutePath → Path → Link
  8. val afterPath: AfterPath

    Permalink
    Definition Classes
    Path
  9. def afterPathString: String

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

    Permalink
    Definition Classes
    Any
  11. val ascent: Int

    Permalink
    Definition Classes
    Path
  12. def clone(): AnyRef

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

    Permalink
    Definition Classes
    AbsolutePath
  14. def dropRight(n: Int): T

    Permalink
    Definition Classes
    AbsolutePath
  15. val elements: Seq[String]

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

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

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

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

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

    Permalink
    Definition Classes
    NetPathRoot → AnyRef → Any
  21. def head: String

    Permalink
    Definition Classes
    AbsolutePath
  22. def init: T

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

    Permalink
    Definition Classes
    Any
  24. def isRoot: Boolean

    Permalink
    Definition Classes
    AbsolutePath
  25. def last: String

    Permalink
    Definition Classes
    AbsolutePath
  26. def link[P <: AbsolutePath[P]](dest: P)(implicit linkable: Linkable[T, P]): Result

    Permalink
    Definition Classes
    AbsolutePath
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  30. def parent: T

    Permalink
    Definition Classes
    AbsolutePath
  31. def pathString: String

    Permalink
    Definition Classes
    AbsolutePath
  32. def query[Q](q: Q)(implicit qt: QueryType[T, Q]): T

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

    Permalink
    Definition Classes
    AnyRef
  34. def tail: T

    Permalink
    Definition Classes
    AbsolutePath
  35. def take(n: Int): T

    Permalink
    Definition Classes
    AbsolutePath
  36. def toString(): String

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

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

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

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

Deprecated Value Members

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

    Permalink
    Definition Classes
    Path
    Annotations
    @deprecated
    Deprecated

    (Since version 0.10.0) Use the query method instead.

Inherited from PathRoot[T]

Inherited from AbsolutePath[T]

Inherited from Path[T]

Inherited from Link

Inherited from AnyRef

Inherited from Any

Ungrouped