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

Type Members

  1. trait FileNameMatcher extends AnyRef
  2. trait PlatformPickler extends AnyRef
  3. class Profig extends ProfigPath
  4. trait ProfigJson extends AnyRef
  5. 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.

  6. trait ProfigPathPlatform extends AnyRef

Value Members

  1. implicit def args2JSON(args: Seq[String]): Value
  2. implicit def file2JSON(file: File): Value
    Definition Classes
    PlatformPickler
  3. implicit val fileReadWriter: ReaderWriter[File]
    Definition Classes
    PlatformPickler
  4. def initProfig(): Unit
    Definition Classes
    PlatformPickler
  5. implicit def path2JSON(path: Path): Value
    Definition Classes
    PlatformPickler
  6. implicit def properties2JSON(properties: Properties): Value
  7. implicit def source2JSON(source: Source): Value
    Definition Classes
    PlatformPickler
  8. def source2Json(source: Source, fileName: Option[String]): Value
    Definition Classes
    PlatformPickler
  9. implicit def url2JSON(url: URL): Value
    Definition Classes
    PlatformPickler
  10. object FileNameMatcher
  11. 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.

  12. object ProfigJson
  13. object ProfigPath
  14. object ProfigUtil

    Primarily intended for internal use.

Inherited from PlatformPickler

Inherited from AnyRef

Inherited from Any

Ungrouped