Packages

p

profig

package profig

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait ConfigApplication extends AnyRef

    Provides a convenience mix-in to JVM and Scala.js application entry points to load supplied arguments before invoking the application.

  2. class ConfigPath extends AnyRef

    ConfigPath is the core of functionality in Profig.

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

  3. class JsonUtil extends AnyRef

Value Members

  1. object Config extends ConfigPath

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

    Config 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.

    See also

    profig.ConfigApplication for convenience initialization

  2. object ConfigUtil

    Primarily intended for internal use.

  3. object JsonUtil extends JsonUtil
  4. object Macros
  5. object PlatformMacros
  6. object ProfigPlatform

    Platform-specific initialization for Scala.js

Ungrouped