profig

package profig

Type members

Classlikes

class Profig extends ProfigPath
Companion:
object
object Profig extends Profig

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.

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.

Companion:
class

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.

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.

Companion:
object
object ProfigPath
Companion:
class
object ProfigUtil

Primarily intended for internal use.

Primarily intended for internal use.

Value members

Inherited methods

def initProfig(): Unit
Inherited from:
PlatformPickler

Implicits

Implicits

implicit def args2JSON(args: Seq[String]): Json
implicit def properties2JSON(properties: Properties): Json