SystemProperties

Companion:
class
class Object
trait Matchable
class Any

Value members

Inherited methods

def getIf[T](p: String, value: => T): Option[T]
Returns:

the value Some(T) if the property is defined

Inherited from:
SystemProperties
def getIfElse[T](p: String, v1: => T)(v2: => T): T
Returns:

the value Some(T) if the property is defined

Inherited from:
SystemProperties
def getOrElse(p: String, defaultValue: String): String
Returns:

the value of the system property p or a default value

Inherited from:
SystemProperties
def getProperty(p: String): Option[String]
Returns:

the value of the system property p

Inherited from:
SystemProperties
def getPropertyAs[T : FromString](p: String): Option[T]
Returns:

the value of the system property p as a given type

Inherited from:
SystemProperties
def isDefined(p: String): Boolean
Returns:

true if a property is defined

Inherited from:
SystemProperties

Inherited fields

val specs2Prefix: String
Inherited from:
SystemProperties