Package

profig

Permalink

package profig

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. profig
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class JVMProfigPath extends AnyRef

    Permalink
  2. class Profig extends ProfigPath

    Permalink
  3. trait ProfigPath extends AnyRef

    Permalink

    ProfigPath is the core of functionality in Profig.

    ProfigPath is the core of functionality in Profig. Profig extends from it for the root path and is used for looking up deeper paths as well.

Value Members

  1. object JsonUtil

    Permalink
  2. object Profig extends Profig

    Permalink

    Profig provides access to environment variables, properties, and other configuration all merged together into one powerful system.

    Profig provides access to environment variables, properties, and other configuration all merged together into one powerful system. Uses JSON internally to provide merging and integration. Paths are dot-separated.

  3. object ProfigPath

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped