Packages

class UnixPath extends Path

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

Instance Constructors

  1. new UnixPath(fs: UnixFileSystem, rawPath: String)

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
    UnixPathPath → Comparable
  7. def endsWith(other: String): Boolean
    Definition Classes
    UnixPathPath
  8. def endsWith(other: Path): Boolean
    Definition Classes
    UnixPathPath
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(obj: Any): Boolean
    Definition Classes
    UnixPathPath → 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
    UnixPathPath
  15. def getFileSystem(): FileSystem
    Definition Classes
    UnixPathPath
  16. def getName(index: Int): Path
    Definition Classes
    UnixPathPath
  17. def getNameCount(): Int
    Definition Classes
    UnixPathPath
  18. def getParent(): Path
    Definition Classes
    UnixPathPath
  19. def getRoot(): Path
    Definition Classes
    UnixPathPath
  20. def hashCode(): Int
    Definition Classes
    UnixPathPath → AnyRef → Any
  21. def isAbsolute(): Boolean
    Definition Classes
    UnixPathPath
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def iterator(): java.util.Iterator[Path]
    Definition Classes
    UnixPathPathIterable
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def normalize(): Path
    Definition Classes
    UnixPathPath
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def register(watcher: WatchService, events: Array[Kind[_]], modifiers: Array[Modifier]): WatchKey
    Definition Classes
    UnixPathWatchable
  29. def register(watcher: WatchService, events: Array[Kind[_]]): WatchKey
    Definition Classes
    UnixPathWatchable
  30. def relativize(other: Path): Path
    Definition Classes
    UnixPathPath
  31. def resolve(other: String): Path
    Definition Classes
    UnixPathPath
  32. def resolve(other: Path): Path
    Definition Classes
    UnixPathPath
  33. def resolveSibling(other: String): Path
    Definition Classes
    UnixPathPath
  34. def resolveSibling(other: Path): Path
    Definition Classes
    UnixPathPath
  35. 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
  36. def startsWith(other: String): Boolean
    Definition Classes
    UnixPathPath
  37. def startsWith(other: Path): Boolean
    Definition Classes
    UnixPathPath
  38. def subpath(beginIndex: Int, endIndex: Int): Path
    Definition Classes
    UnixPathPath
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toAbsolutePath(): Path
    Definition Classes
    UnixPathPath
  41. def toFile(): File
    Definition Classes
    UnixPathPath
  42. def toRealPath(options: Array[LinkOption]): Path
    Definition Classes
    UnixPathPath
  43. def toString(): String
    Definition Classes
    UnixPathPath → AnyRef → Any
  44. def toUri(): URI
    Definition Classes
    UnixPathPath
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. 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