object Runtime extends Runtime
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Runtime
- Runtime
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- def addShutdownHook(thread: Thread): Unit
- Definition Classes
- Runtime
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def availableProcessors(): Int
- Definition Classes
- Runtime
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef → Any
- def exec(cmd: String, envp: Array[String], dir: File): Process
- Definition Classes
- Runtime
- def exec(cmd: String, envp: Array[String]): Process
- Definition Classes
- Runtime
- def exec(cmd: String): Process
- Definition Classes
- Runtime
- def exec(cmdarray: Array[String], envp: Array[String], dir: File): Process
- Definition Classes
- Runtime
- def exec(cmdarray: Array[String], envp: Array[String]): Process
- Definition Classes
- Runtime
- def exec(cmdarray: Array[String]): Process
- Definition Classes
- Runtime
- def exit(status: Int): Unit
- Definition Classes
- Runtime
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def gc(): Unit
- Definition Classes
- Runtime
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getRuntime(): Runtime
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def removeShutdownHook(thread: Thread): Boolean
- Definition Classes
- Runtime
- lazy val setupAtExitHandler: CInt
- Definition Classes
- Runtime
- lazy val setupSignalHandler: CFuncPtr1[CInt, Unit]
- Definition Classes
- Runtime
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()