Packages

p

profig

package profig

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

Type Members

  1. trait PlatformPickler extends AnyRef
  2. class Profig extends ProfigPath
  3. trait ProfigPath extends ProfigPathPlatform

    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.

  4. trait ProfigPathPlatform extends AnyRef

Value Members

  1. implicit def args2JSON(args: Seq[String]): Value
  2. def initProfig(): Unit
    Definition Classes
    PlatformPickler
  3. implicit def properties2JSON(properties: Properties): Value
  4. object Profig extends Profig

    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.

  5. object ProfigPath
  6. object ProfigUtil

    Primarily intended for internal use.

Inherited from PlatformPickler

Inherited from AnyRef

Inherited from Any

Ungrouped