scala.sys.SystemProperties
 See theSystemProperties companion class
  object SystemProperties
 
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
- Self type
- 
    SystemProperties.type
Members list
In this article