trait Path extends Comparable[Path] with Iterable[Path] with Watchable
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Path
- Watchable
- Iterable
- Comparable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def compareTo(other: Path): Int
- Definition Classes
- Path → Comparable
- abstract def endsWith(other: String): Boolean
- abstract def endsWith(other: Path): Boolean
- abstract def getFileName(): Path
- abstract def getFileSystem(): FileSystem
- abstract def getName(index: Int): Path
- abstract def getNameCount(): Int
- abstract def getParent(): Path
- abstract def getRoot(): Path
- abstract def isAbsolute(): Boolean
- abstract def iterator(): Iterator[Path]
- abstract def normalize(): Path
- abstract def register(watcher: WatchService, events: Array[Kind[_]], modifiers: Array[Modifier]): WatchKey
- Definition Classes
- Watchable
- abstract def register(watcher: WatchService, events: Array[Kind[_]]): WatchKey
- Definition Classes
- Watchable
- abstract def relativize(other: Path): Path
- abstract def resolve(other: String): Path
- abstract def resolve(other: Path): Path
- abstract def resolveSibling(other: String): Path
- abstract def resolveSibling(other: Path): Path
- abstract def startsWith(other: String): Boolean
- abstract def startsWith(other: Path): Boolean
- abstract def subpath(beginIndex: Int, endIndex: Int): Path
- abstract def toAbsolutePath(): Path
- abstract def toFile(): File
- abstract def toRealPath(options: Array[LinkOption]): Path
- abstract def toUri(): URI
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def forEach(action: Consumer[_ >: Path]): Unit
- Definition Classes
- Iterable
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()