Packages

class WindowsPath extends Path

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WindowsPath
  2. Path
  3. Watchable
  4. Iterable
  5. Comparable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def compareTo(other: Path): Int
    Definition Classes
    WindowsPathPath → Comparable
  7. def endsWith(other: String): Boolean
    Definition Classes
    WindowsPathPath
  8. def endsWith(other: Path): Boolean
    Definition Classes
    WindowsPathPath
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(obj: Any): Boolean
    Definition Classes
    WindowsPathPath → AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. def forEach(action: Consumer[_ >: Path]): Unit
    Definition Classes
    Iterable
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getFileName(): Path
    Definition Classes
    WindowsPathPath
  15. def getFileSystem(): FileSystem
    Definition Classes
    WindowsPathPath
  16. def getName(index: Int): Path
    Definition Classes
    WindowsPathPath
  17. def getNameCount(): Int
    Definition Classes
    WindowsPathPath
  18. def getParent(): Path
    Definition Classes
    WindowsPathPath
  19. def getRoot(): Path
    Definition Classes
    WindowsPathPath
  20. def hashCode(): Int
    Definition Classes
    WindowsPathPath → AnyRef → Any
  21. def isAbsolute(): Boolean
    Definition Classes
    WindowsPathPath
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def iterator(): java.util.Iterator[Path]
    Definition Classes
    WindowsPathPathIterable
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def normalize(): Path
    Definition Classes
    WindowsPathPath
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. val pathType: PathType
  29. def register(watcher: WatchService, events: Array[Kind[_]], modifiers: Array[Modifier]): WatchKey
    Definition Classes
    WindowsPathWatchable
  30. def register(watcher: WatchService, events: Array[Kind[_]]): WatchKey
    Definition Classes
    WindowsPathWatchable
  31. def relativize(other: Path): Path
    Definition Classes
    WindowsPathPath
  32. def resolve(other: String): Path
    Definition Classes
    WindowsPathPath
  33. def resolve(other: Path): Path
    Definition Classes
    WindowsPathPath
  34. def resolveSibling(other: String): Path
    Definition Classes
    WindowsPathPath
  35. def resolveSibling(other: Path): Path
    Definition Classes
    WindowsPathPath
  36. val root: Option[String]
  37. val segments: List[String]
  38. def spliterator(): Spliterator[Path]

    From the Java 8 documentation: The default implementation should usually be overridden.

    From the Java 8 documentation: The default implementation should usually be overridden. The spliterator returned by the default implementation has poor splitting capabilities, is unsized, and does not report any spliterator characteristics. Implementing classes can nearly always provide a better implementation.

    Definition Classes
    Iterable
  39. def startsWith(other: String): Boolean
    Definition Classes
    WindowsPathPath
  40. def startsWith(other: Path): Boolean
    Definition Classes
    WindowsPathPath
  41. def subpath(beginIndex: Int, endIndex: Int): Path
    Definition Classes
    WindowsPathPath
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def toAbsolutePath(): Path
    Definition Classes
    WindowsPathPath
  44. def toFile(): File
    Definition Classes
    WindowsPathPath
  45. def toRealPath(options: Array[LinkOption]): Path
    Definition Classes
    WindowsPathPath
  46. def toString(): String
    Definition Classes
    WindowsPathPath → AnyRef → Any
  47. def toUri(): URI
    Definition Classes
    WindowsPathPath
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Path

Inherited from Watchable

Inherited from java.lang.Iterable[Path]

Inherited from Comparable[Path]

Inherited from AnyRef

Inherited from Any

Ungrouped