class WindowsPath extends Path
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WindowsPath
- Path
- Watchable
- Iterable
- Comparable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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()
- def compareTo(other: Path): Int
- Definition Classes
- WindowsPath → Path → Comparable
- def endsWith(other: String): Boolean
- Definition Classes
- WindowsPath → Path
- def endsWith(other: Path): Boolean
- Definition Classes
- WindowsPath → Path
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: Any): Boolean
- Definition Classes
- WindowsPath → Path → 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 getFileName(): Path
- Definition Classes
- WindowsPath → Path
- def getFileSystem(): FileSystem
- Definition Classes
- WindowsPath → Path
- def getName(index: Int): Path
- Definition Classes
- WindowsPath → Path
- def getNameCount(): Int
- Definition Classes
- WindowsPath → Path
- def getParent(): Path
- Definition Classes
- WindowsPath → Path
- def getRoot(): Path
- Definition Classes
- WindowsPath → Path
- def hashCode(): Int
- Definition Classes
- WindowsPath → Path → AnyRef → Any
- def isAbsolute(): Boolean
- Definition Classes
- WindowsPath → Path
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterator(): java.util.Iterator[Path]
- Definition Classes
- WindowsPath → Path → Iterable
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def normalize(): Path
- Definition Classes
- WindowsPath → Path
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val pathType: PathType
- def register(watcher: WatchService, events: Array[Kind[_]], modifiers: Array[Modifier]): WatchKey
- Definition Classes
- WindowsPath → Watchable
- def register(watcher: WatchService, events: Array[Kind[_]]): WatchKey
- Definition Classes
- WindowsPath → Watchable
- def relativize(other: Path): Path
- Definition Classes
- WindowsPath → Path
- def resolve(other: String): Path
- Definition Classes
- WindowsPath → Path
- def resolve(other: Path): Path
- Definition Classes
- WindowsPath → Path
- def resolveSibling(other: String): Path
- Definition Classes
- WindowsPath → Path
- def resolveSibling(other: Path): Path
- Definition Classes
- WindowsPath → Path
- val root: Option[String]
- val segments: List[String]
- 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
- def startsWith(other: String): Boolean
- Definition Classes
- WindowsPath → Path
- def startsWith(other: Path): Boolean
- Definition Classes
- WindowsPath → Path
- def subpath(beginIndex: Int, endIndex: Int): Path
- Definition Classes
- WindowsPath → Path
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toAbsolutePath(): Path
- Definition Classes
- WindowsPath → Path
- def toFile(): File
- Definition Classes
- WindowsPath → Path
- def toRealPath(options: Array[LinkOption]): Path
- Definition Classes
- WindowsPath → Path
- def toString(): String
- Definition Classes
- WindowsPath → Path → AnyRef → Any
- def toUri(): URI
- Definition Classes
- WindowsPath → Path
- 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()