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