isabelle

File

object File

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

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

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

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  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 check_dir(path: Path): Path

  12. def check_file(path: Path): Path

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def copy(path1: Path, path2: Path): Unit

  15. def copy(src: File, dst: File): Unit

  16. def eq(path1: Path, path2: Path): Boolean

  17. def eq(file1: File, file2: File): Boolean

  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def find_files(start: File, pred: (File) ⇒ Boolean = _ => true): List[File]

  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def mv(path1: Path, path2: Path): Unit

  26. def mv(file1: File, file2: File): Unit

  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. def path(file: File): Path

  31. def platform_file(path: Path): File

  32. def platform_path(path: Path): String

  33. def platform_path(standard_path: String): String

  34. def platform_url(raw_path: Path): String

  35. def read(path: Path): String

  36. def read(file: File): String

  37. def read_dir(dir: Path): List[String]

  38. def read_gzip(path: Path): String

  39. def read_gzip(file: File): String

  40. def read_lines(reader: BufferedReader, progress: (String) ⇒ Unit): List[String]

  41. def read_stream(stream: InputStream): String

  42. def read_stream(reader: BufferedReader): String

  43. def read_xz(path: Path): String

  44. def read_xz(file: File): String

  45. def standard_path(file: File): String

  46. def standard_path(platform_path: String): String

  47. def standard_path(path: Path): String

  48. def standard_url(name: String): String

  49. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  50. def toString(): String

    Definition Classes
    AnyRef → Any
  51. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def write(path: Path, text: CharSequence): Unit

  55. def write(file: File, text: CharSequence): Unit

  56. def write_backup(path: Path, text: CharSequence): Unit

  57. def write_backup2(path: Path, text: CharSequence): Unit

  58. def write_file(file: File, text: CharSequence, make_stream: (OutputStream) ⇒ OutputStream): Unit

  59. def write_gzip(path: Path, text: CharSequence): Unit

  60. def write_gzip(file: File, text: CharSequence): Unit

  61. def write_xz(path: Path, text: CharSequence): Unit

  62. def write_xz(path: Path, text: CharSequence, options: XZ.Options): Unit

  63. def write_xz(file: File, text: CharSequence): Unit

  64. def write_xz(file: File, text: CharSequence, options: XZ.Options): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped