SystemProperties

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

Example:

if (!headless.isSet) headless.enable()
Companion:
class
Source:
SystemProperties.scala
class Object
trait Matchable
class Any

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.

Source:
SystemProperties.scala