rapture.net

NetPathRoot

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
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def hostname: String

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

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

  4. abstract def scheme: Scheme[T]

    Definition Classes
    PathRoot

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +[P <: Path[P]](dest: P): Path[_]

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

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

    Definition Classes
    AbsolutePath → Path
  7. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  9. def absolute: Boolean

    Definition Classes
    AbsolutePath → Path → Link
  10. val afterPath: AfterPath

    Definition Classes
    Path
  11. def afterPathString: String

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

    Definition Classes
    Any
  13. val ascent: Int

    Definition Classes
    Path
  14. def clone(): AnyRef

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

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

    Definition Classes
    AbsolutePath
  17. val elements: Seq[String]

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

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

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

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

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

    Definition Classes
    NetPathRoot → AnyRef → Any
  23. def head: String

    Definition Classes
    AbsolutePath
  24. def init: T

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

    Definition Classes
    Any
  26. def isRoot: Boolean

    Definition Classes
    AbsolutePath
  27. def last: String

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

    Definition Classes
    AbsolutePath
  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: T

    Definition Classes
    AbsolutePath
  33. def pathString: String

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

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

    Definition Classes
    AnyRef
  36. def tail: T

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

    Definition Classes
    AbsolutePath
  38. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    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