p

profig

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. 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. implicit class JVMConfigPath 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
  4. object Macros
  5. object PlatformMacros
  6. object ProfigJVM
  7. object ProfigPlatform

    Platform-specific initialization for JVM

Inherited from AnyRef

Inherited from Any

Ungrouped