io.github.daviddenton

configur8

package configur8

Visibility
  1. Public
  2. All

Type Members

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

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

  2. case class ConfigurationTemplate extends Product with Serializable

    Unreified, immutable template for a Configuration object.

  3. class Misconfiguration extends RuntimeException

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

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

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

Value Members

  1. object ConfigurationTemplate extends Serializable

  2. object Misconfiguration extends Serializable

  3. object Property extends Serializable

Ungrouped