Packages

o

org.scalafmt.sysops

PlatformFileOps

object PlatformFileOps

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PlatformFileOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 cwd(): String
  7. def delete(file: Path): Unit
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def exists(file: Path): Boolean
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getFileStat(file: Path, followLinks: Boolean): Option[FileStat]
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def isDirectory(file: Path): Boolean
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isRegularFile(file: Path): Boolean
  18. def isRegularFileNoLinks(file: Path): Boolean
  19. def listFiles(file: Path, matches: (Path, FileStat) => Boolean): Seq[Path]
  20. def mkdir(file: Path): Unit
  21. def mkdirs(file: Path): Unit
  22. def mkdtemp(prefix: String): Path
  23. def move(src: Path, dst: Path): Unit
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def readFile(file: Path)(implicit codec: Codec): String
  28. def readFileAsync(file: Path)(implicit codec: Codec): Future[String]
  29. def readStdinAsync: Future[String]
  30. def symlink(link: Path, file: Path): Unit
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. def writeFile(path: Path, content: String)(implicit codec: Codec): Unit
  37. def writeFileAsync(path: Path, content: String)(implicit codec: Codec): Future[Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped