trait WrappedProperties
extends PropertiesTrait

For placing a wrapper function around property functions. Motivated by places like google app engine throwing exceptions on property lookups.

Constructors

Members

override def clearProp ( name: String ) : String
override def envOrElse ( name: String , alt: String ) : String
override def envOrNone ( name: String ) : Option [ String ]
protected def pickJarBasedOn : Class [ Nothing <: Any ]
protected def propCategory : String
override def propIsSet ( name: String ) : Boolean
override def propOrElse ( name: String , alt: String ) : String
override def setProp ( name: String , value: String ) : String
def systemProperties : Iterator [ ( String, String ) ]
def wrap ( body: => T ) : Option [ T ]