Packages

o

isabelle

Isabelle_System

object Isabelle_System

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Isabelle_System
  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 admin(): Boolean

    Isabelle resources *

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def bash(script: String, cwd: File = null, env: Map[String, String] = settings(), redirect: Boolean = false, progress_stdout: (String) ⇒ Unit = (_: String) => (), progress_stderr: (String) ⇒ Unit = (_: String) => (), progress_limit: Option[Long] = None, strict: Boolean = true, cleanup: () ⇒ Unit = () => ()): Process_Result
  7. def bootstrap_directory(preference: String, envar: String, property: String, description: String): String
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def components(): List[Path]
  10. def copy_dir(dir1: Path, dir2: Path): Unit
  11. def cygwin_root(): String
  12. def default_logic(args: String*): String
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def export_isabelle_identifier(isabelle_identifier: String): String
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def fonts(html: Boolean = false): List[Path]
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getenv(name: String, env: Map[String, String] = settings()): String
  20. def getenv_strict(name: String, env: Map[String, String] = settings()): String
  21. def gnutar(args: String, cwd: File = null, redirect: Boolean = false): Process_Result
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hostname(): String
  24. def init(isabelle_root: String = "", cygwin_root: String = "", user: String = "", init_env: Map[String, String] = Map.empty, hook: () ⇒ Unit = () => ()): Unit
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def jdk_home(): String

    bootstrap information *

  27. def kill(signal: String, group_pid: String): (String, Int)
  28. def library_path(env: Map[String, String], elem: String): Map[String, String]
  29. def mkdirs(path: Path): Unit

    file-system operations *

  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def open(arg: String): Unit
  34. def pdf_viewer(arg: Path): Unit
  35. def process(command_line: List[String], cwd: File = null, env: Map[String, String] = settings(), redirect: Boolean = false): Process

    external processes *

  36. def process_output(proc: Process): (String, Int)
  37. def rm_tree(root: File): Unit
  38. def rm_tree(root: Path): Unit
  39. def settings(): Map[String, String]
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def tmp_dir(name: String): File
  42. def tmp_file(name: String, ext: String = ""): File
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. def update_directory(dir: Path, f: (Path) ⇒ Unit): Unit
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  48. def with_tmp_dir[A](name: String)(body: (Path) ⇒ A): A
  49. def with_tmp_file[A](name: String, ext: String = "")(body: (Path) ⇒ A): A

Inherited from AnyRef

Inherited from Any

Ungrouped