trait Path extends Comparable[Path] with Iterable[Path] with Watchable

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

Abstract Value Members

  1. abstract def compareTo(other: Path): Int
    Definition Classes
    Path → Comparable
  2. abstract def endsWith(other: String): Boolean
  3. abstract def endsWith(other: Path): Boolean
  4. abstract def getFileName(): Path
  5. abstract def getFileSystem(): FileSystem
  6. abstract def getName(index: Int): Path
  7. abstract def getNameCount(): Int
  8. abstract def getParent(): Path
  9. abstract def getRoot(): Path
  10. abstract def isAbsolute(): Boolean
  11. abstract def iterator(): Iterator[Path]
    Definition Classes
    PathIterable
  12. abstract def normalize(): Path
  13. abstract def register(watcher: WatchService, events: Array[Kind[_]], modifiers: Array[Modifier]): WatchKey
    Definition Classes
    Watchable
  14. abstract def register(watcher: WatchService, events: Array[Kind[_]]): WatchKey
    Definition Classes
    Watchable
  15. abstract def relativize(other: Path): Path
  16. abstract def resolve(other: String): Path
  17. abstract def resolve(other: Path): Path
  18. abstract def resolveSibling(other: String): Path
  19. abstract def resolveSibling(other: Path): Path
  20. abstract def startsWith(other: String): Boolean
  21. abstract def startsWith(other: Path): Boolean
  22. abstract def subpath(beginIndex: Int, endIndex: Int): Path
  23. abstract def toAbsolutePath(): Path
  24. abstract def toFile(): File
  25. abstract def toRealPath(options: Array[LinkOption]): Path
  26. abstract def toUri(): URI

Concrete 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. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. def forEach(action: Consumer[_ >: Path]): Unit
    Definition Classes
    Iterable
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. 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
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Watchable

Inherited from Iterable[Path]

Inherited from Comparable[Path]

Inherited from AnyRef

Inherited from Any

Ungrouped