package configur8
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
Configuration
(propertySettings: Map[Property[_], String]) extends Product with Serializable
A Configuration object is a successfully reified container for all of the properties that were defined.
-
case class
ConfigurationTemplate
extends Product with Serializable
Unreified, immutable template for a Configuration object.
-
trait
ExposeMode
extends AnyRef
Determines how a property should be displayed
-
class
Misconfiguration
extends RuntimeException
Thrown when a problem occurs in creating a Configuration or retrieving a Property
-
case class
Property
[T] extends Product with Serializable
A typed property which can be serialized and deserialized to a string value
Value Members
- object ConfigurationTemplate extends Serializable
- object ExposeMode
- object Misconfiguration extends Serializable
- object Property extends Serializable