Packages

p

profig

package profig

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

Type Members

  1. case class LiveConfig(file: Path = Paths.get("config.json"), readFileChanges: Boolean = true, writeValueChanges: Boolean = true, errorHandler: (Throwable) ⇒ Unit = ...) extends Product with Serializable

Value Members

  1. implicit def args2JSON(args: Seq[String]): Json
    Definition Classes
    SharedJSONConversions
  2. implicit def file2JSON(file: File): Json
  3. def initProfig(loadModules: Boolean)(implicit ec: ExecutionContext): Future[Unit]
  4. implicit def path2JSON(path: Path): Json
  5. implicit def properties2JSON(properties: Properties): Json
    Definition Classes
    SharedJSONConversions
  6. implicit def source2JSON(source: Source): Json
  7. def source2Json(source: Source, fileName: Option[String]): Json
  8. implicit def url2JSON(url: URL): Json
  9. object ProfigLive

Inherited from SharedJSONConversions

Inherited from AnyRef

Inherited from Any

Ungrouped