object File

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

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def copy(path1: Path, path2: Path): Unit
  7. def copy(src: File, dst: File): Unit
  8. def eq(file1: File, file2: File): Boolean
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def find_files(dir: Path): Stream[Path]
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  19. def platform_file(path: Path): File
  20. def platform_path(path: Path): String
  21. def platform_path(standard_path: String): String
  22. def platform_url(raw_path: Path): String
  23. def read(path: Path): String
  24. def read(file: File): String
  25. def read_dir(dir: Path): List[String]
  26. def read_gzip(path: Path): String
  27. def read_gzip(file: File): String
  28. def read_lines(reader: BufferedReader, progress: (String) ⇒ Unit): List[String]
  29. def read_stream(stream: InputStream): String
  30. def read_stream(reader: BufferedReader): String
  31. def shell_path(file: File): String
  32. def shell_path(path: Path): String
  33. def standard_path(file: File): String
  34. def standard_path(platform_path: String): String
  35. def standard_path(path: Path): String
  36. def standard_url(name: String): String
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def write(path: Path, text: CharSequence): Unit
  43. def write(path: Path, text: Iterable[CharSequence]): Unit
  44. def write(file: File, text: CharSequence): Unit
  45. def write(file: File, text: Iterable[CharSequence]): Unit
  46. def write_backup(path: Path, text: CharSequence): Unit
  47. def write_backup2(path: Path, text: CharSequence): Unit
  48. def write_file(file: File, text: Iterable[CharSequence], make_stream: (OutputStream) ⇒ OutputStream): Unit
  49. def write_gzip(path: Path, text: CharSequence): Unit
  50. def write_gzip(path: Path, text: Iterable[CharSequence]): Unit
  51. def write_gzip(file: File, text: CharSequence): Unit
  52. def write_gzip(file: File, text: Iterable[CharSequence]): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped