Packages

object SystemProperties

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

Source
SystemProperties.scala
Example:
  1. if (!headless.isSet) headless.enable()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SystemProperties
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

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

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

  2. lazy val headless: BooleanProp
  3. def help(key: String): String
  4. lazy val noTraceSuppression: BooleanProp
  5. lazy val preferIPv4Stack: BooleanProp
  6. lazy val preferIPv6Addresses: BooleanProp
  7. implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type