Class/Object

zio.nio.file

Path

Related Docs: object Path | package file

Permalink

final class Path extends Watchable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Path
  2. Watchable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def /(other: String): Path

    Permalink

    Resolves the given path against this path.

  4. def /(other: Path): Path

    Permalink

    Resolves the given path against this path.

  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def apply(index: Int): Path

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def elements: List[Path]

    Permalink
  10. def endsWith(other: Path): Boolean

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    Path → AnyRef → Any
  13. def filename: Path

    Permalink
  14. def filesystem: FileSystem

    Permalink
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    Path → AnyRef → Any
  18. def isAbsolute: Boolean

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def javaWatchable: java.nio.file.Watchable

    Permalink
    Attributes
    protected
    Definition Classes
    PathWatchable
  21. def nameCount: Int

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def normalize: Path

    Permalink
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def parent: Option[Path]

    Permalink
  27. final def register(watcher: WatchService, events: Iterable[Kind[_]], modifiers: Modifier*)(implicit trace: ZTraceElement): IO[IOException, WatchKey]

    Permalink
    Definition Classes
    Watchable
  28. final def register(watcher: WatchService, events: Kind[_]*)(implicit trace: ZTraceElement): IO[IOException, WatchKey]

    Permalink
    Definition Classes
    Watchable
  29. def registerTree(watcher: WatchService, events: Iterable[Kind[_]], maxDepth: Int = Int.MaxValue, modifiers: Iterable[Modifier] = Iterable.empty)(implicit trace: ZTraceElement): ZIO[Any, IOException, Chunk[WatchKey]]

    Permalink

    Convenience method to register all directories in a tree with a WatchService.

    Convenience method to register all directories in a tree with a WatchService.

    Traverses the directory tree under this directory (including this), and calls register on each one. Specify maxDepth to limit how deep the traversal will go.

    Note that directories created after registration will not be watched.

    watcher

    The watch service that all directories will be registered with.

    events

    All directories found will be registered for these events.

    maxDepth

    The maximum directory depth the traversal will go, unlimited by default.

    modifiers

    All directories found will be registered with these modifiers.

    returns

    A WatchKey for each directory registered.

  30. def relativize(other: Path): Path

    Permalink
  31. def resolveSibling(other: Path): Path

    Permalink
  32. def root: Option[Path]

    Permalink
  33. def startsWith(other: Path): Boolean

    Permalink
  34. def subpath(beginIndex: Int, endIndex: Int): Path

    Permalink
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def toAbsolutePath(implicit trace: ZTraceElement): ZIO[Any, IOError, Path]

    Permalink
  37. def toFile: File

    Permalink
  38. def toRealPath(linkOptions: LinkOption*)(implicit trace: ZTraceElement): ZIO[Any, IOException, Path]

    Permalink
  39. def toString(): String

    Permalink
    Definition Classes
    Path → AnyRef → Any
  40. def toUri(implicit trace: ZTraceElement): ZIO[Any, IOError, URI]

    Permalink
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Watchable

Inherited from AnyRef

Inherited from Any

Ungrouped