Class/Object

eie.io

RichPath

Related Docs: object RichPath | package io

Permalink

class RichPath extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichPath
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichPath(path: Path)

    Permalink

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): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichPath to any2stringadd[RichPath] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (RichPath, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichPath to ArrowAssoc[RichPath] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def append(text: String): Path

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def attributes: BasicFileAttributes

    Permalink
  9. def bytes: Array[Byte]

    Permalink
  10. def bytes_=(content: Array[Byte]): Path

    Permalink
  11. def children: Array[Path]

    Permalink
  12. def childrenIter: Iterator[Path]

    Permalink
  13. def childrenMatchingName(filenameFilter: (String) ⇒ Boolean): Array[Path]

    Permalink
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def createHardLinkFrom(link: Path): Path

    Permalink
  16. def createIfNotExists(atts: FileAttribute[_]*): Path

    Permalink
  17. def createSymbolicLinkFrom(link: Path, atts: FileAttribute[_]*): Path

    Permalink

    Creates a symbolic link to the link from the path

    Creates a symbolic link to the link from the path

    link

    the symbolic link to create

    returns

    the link

  18. def createSymbolicLinkTo(file: Path, atts: FileAttribute[_]*): Path

    Permalink
  19. def created: Instant

    Permalink
  20. def createdString: String

    Permalink
  21. def createdUTC: ZonedDateTime

    Permalink
  22. def defaultWriteOpts: Set[OpenOption]

    Permalink
  23. def delete(recursive: Boolean = true): Path

    Permalink
  24. def deleteFile(followLinks: Boolean = false): Path

    Permalink
  25. def depth: Int

    Permalink

    returns

    how many parents this path has

  26. def ensuring(cond: (RichPath) ⇒ Boolean, msg: ⇒ Any): RichPath

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichPath to Ensuring[RichPath] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: (RichPath) ⇒ Boolean): RichPath

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichPath to Ensuring[RichPath] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def ensuring(cond: Boolean, msg: ⇒ Any): RichPath

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichPath to Ensuring[RichPath] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: Boolean): RichPath

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichPath to Ensuring[RichPath] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  32. def exists(linkOpts: LinkOption*): Boolean

    Permalink
  33. def fileName: String

    Permalink
  34. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. def find(p: (Path) ⇒ Boolean): Iterator[Path]

    Permalink

    a convenience method for searching under this path

    a convenience method for searching under this path

    p

    the predicate to use

    returns

    the found paths

  36. def findFirst(depth: Int)(p: (Path) ⇒ Boolean): Option[Path]

    Permalink
  37. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichPath to StringFormat[RichPath] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  38. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  39. def getText(charset: Charset = StandardCharsets.UTF_8): String

    Permalink
  40. def grantAllPermissions: Path

    Permalink
  41. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  42. def inputStream(options: OpenOption*): InputStream

    Permalink
  43. def isDir: Boolean

    Permalink
  44. def isEmptyDir: Boolean

    Permalink
  45. def isFile: Boolean

    Permalink
  46. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  47. def lastModified: FileTime

    Permalink
  48. def lastModifiedMillis: Long

    Permalink
  49. def lines: Iterator[String]

    Permalink
  50. def mkDir(atts: FileAttribute[_]*): Path

    Permalink
  51. def mkDirs(atts: Set[FileAttribute[_]]): Path

    Permalink
  52. def mkDirs(atts: FileAttribute[_]*): Path

    Permalink
  53. def mkParentDirs(atts: FileAttribute[_]*): Unit

    Permalink
  54. def moveTo(dest: Path, options: CopyOption*): Path

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

    Permalink
    Definition Classes
    AnyRef
  56. def nestedFiles(depth: Int = Int.MaxValue): Iterator[Path]

    Permalink

    returns

    all files under the given directory

  57. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  59. def outputStream(options: OpenOption*): OutputStream

    Permalink
  60. def outputWriter(autoFlush: Boolean, options: OpenOption*): PrintWriter

    Permalink
  61. def parent: Option[Path]

    Permalink
  62. def parents: Stream[Path]

    Permalink
  63. val path: Path

    Permalink
  64. def renderTree(filter: (Path) ⇒ Boolean): String

    Permalink
  65. def renderTree(): String

    Permalink

    returns

    the path rendered as a tree

  66. def search(maxDepth: Int, followLinks: Boolean = true)(p: (Path) ⇒ Boolean): Iterator[Path]

    Permalink
  67. def setBytes(bytes: Array[Byte], options: Set[OpenOption] = defaultWriteOpts): Path

    Permalink
  68. def setFilePermissions(permissions: Set[PosixFilePermission]): Path

    Permalink
  69. def setFilePermissions(permission: PosixFilePermission, theRest: PosixFilePermission*): Path

    Permalink
  70. def setText(str: String, charset: Charset = StandardCharsets.UTF_8, options: Set[OpenOption] = defaultWriteOpts): Path

    Permalink
  71. def size: Long

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

    Permalink
    Definition Classes
    AnyRef
  73. def text: String

    Permalink
  74. def text_=(str: String): Path

    Permalink
  75. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  76. def touch(attributes: FileAttribute[_]*): Path

    Permalink
  77. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. def withOutputStream(withOS: (OutputStream) ⇒ Unit)(implicit options: Set[OpenOption]): Path

    Permalink
  81. def [B](y: B): (RichPath, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichPath to ArrowAssoc[RichPath] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from RichPath to any2stringadd[RichPath]

Inherited by implicit conversion StringFormat from RichPath to StringFormat[RichPath]

Inherited by implicit conversion Ensuring from RichPath to Ensuring[RichPath]

Inherited by implicit conversion ArrowAssoc from RichPath to ArrowAssoc[RichPath]

Ungrouped