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

Inherited from AnyRef

Inherited from Any

Ungrouped