Packages

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

Inherited from AnyRef

Inherited from Any

Ungrouped