org.ensime.util.path

RichPath

implicit final class RichPath extends AnyVal

Linear Supertypes
AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichPath
  2. AnyVal
  3. NotNull
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichPath(path: Path)

Value Members

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

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

    Definition Classes
    Any
  3. def /(child: String): Path

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

    Definition Classes
    Any
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def attrs(): BasicFileAttributes

  7. def canon(): Path

  8. def copyDirTo(to: Path): Unit

  9. def copyFileTo(to: Path): Unit

  10. def delete(): Unit

  11. def deleteDirRecursively(): Unit

  12. def exists(): Boolean

  13. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  14. def isDirectory(): Boolean

  15. def isFile(): Boolean

  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def mkdirs(): Unit

  18. val path: Path

  19. def readBytes(): Array[Byte]

  20. def readLines(): List[String]

  21. def readString()(implicit cs: Charset): String

  22. def toString(): String

    Definition Classes
    Any
  23. def tree: Stream[Path]

  24. def write(text: String)(implicit cs: Charset): Unit

  25. def write(bytes: Array[Byte]): Unit

  26. def writeLines(lines: List[String])(implicit cs: Charset): Unit

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped