Package

io.github

configur8

Permalink

package configur8

Visibility
  1. Public
  2. All

Type Members

  1. case class Configuration(propertySettings: Map[Property[_], String]) extends Product with Serializable

    Permalink

    A Configuration object is a successfully reified container for all of the properties that were defined.

  2. case class ConfigurationTemplate extends Product with Serializable

    Permalink

    Unreified, immutable template for a Configuration object.

  3. trait ExposeMode extends AnyRef

    Permalink

    Determines how a property should be displayed

  4. class Misconfiguration extends RuntimeException

    Permalink

    Thrown when a problem occurs in creating a Configuration or retrieving a Property

  5. case class Property[T] extends Product with Serializable

    Permalink

    A typed property which can be serialized and deserialized to a string value

Value Members

  1. object ConfigurationTemplate extends Serializable

    Permalink
  2. object ExposeMode

    Permalink
  3. object Misconfiguration extends Serializable

    Permalink
  4. object Property extends Serializable

    Permalink

Ungrouped