SystemProperties

scala.sys.SystemProperties
See theSystemProperties companion class

The values in SystemProperties can be used to access and manipulate designated system properties. See scala.sys.Prop for particulars.

Attributes

Example

if (!headless.isSet) headless.enable()
Companion
class
Source
SystemProperties.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def exclusively[T](body: => T): T

An unenforceable, advisory only place to do some synchronization when mutating system properties.

An unenforceable, advisory only place to do some synchronization when mutating system properties.

Attributes

Source
SystemProperties.scala
def help(key: String): String

Attributes

Source
SystemProperties.scala

Concrete fields

lazy val headless: BooleanProp

Attributes

Source
SystemProperties.scala

Attributes

Source
SystemProperties.scala

Implicits

Implicits