object
Isabelle_System
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
bash(script: String): Result
-
def
bash_env(cwd: File, env: Map[String, String], script: String, progress_stdout: (String) ⇒ Unit = (_: String) => (), progress_stderr: (String) ⇒ Unit = (_: String) => (), progress_limit: Option[Long] = None, strict: Boolean = true): Result
-
def
bootstrap_directory(preference: String, envar: String, property: String, description: String): String
-
def
clone(): AnyRef
-
def
components(): List[Path]
-
def
cygwin_root(): String
-
def
default_logic(args: String*): String
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
execute(redirect: Boolean, args: String*): Process
-
def
execute_env(cwd: File, env: Map[String, String], redirect: Boolean, args: String*): Process
-
def
finalize(): Unit
-
def
find_logics(): List[String]
-
def
find_logics_dirs(): List[Path]
-
final
def
getClass(): Class[_]
-
def
getenv(name: String): String
-
def
getenv_strict(name: String): String
-
def
hashCode(): Int
-
-
def
init(isabelle_root: String = "", cygwin_root: String = "", user: String = "", init_env: Map[String, String] = Map.empty): Unit
-
final
def
isInstanceOf[T0]: Boolean
-
def
isabelle_tool(name: String, args: String*): (String, Int)
-
def
jdk_home(): String
-
def
kill(signal: String, group_pid: String): (String, Int)
-
def
mkdirs(path: Path): Unit
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
open(arg: String): Unit
-
def
pdf_viewer(arg: Path): Unit
-
def
process_output(proc: Process): (String, Int)
-
def
raw_execute(cwd: File, env: Map[String, String], redirect: Boolean, args: String*): Process
-
def
rm_tree(root: File): Unit
-
def
settings(): Map[String, String]
-
def
source_file(path: Path): Option[Path]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
tmp_dir(name: String): File
-
def
tmp_file[A](name: String, ext: String = ""): File
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
with_tmp_dir[A](name: String)(body: (File) ⇒ A): A
-
def
with_tmp_file[A](name: String, ext: String = "")(body: (File) ⇒ A): A
Inherited from AnyRef
Inherited from Any