PlatformApi

confuse.PlatformApi

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait MainApi
trait Api
object default.type
Self type

Members list

Concise view

Value members

Concrete methods

def watch(paths: Iterable[FilePath], pwd: Path, readers: Map[String, FileReader], env: Map[String, String], envPrefix: String, envKeyReplacer: String => String, envBinds: Iterable[(String, String)], props: Map[String, String], propsPrefix: String, propsBinds: Iterable[(String, String)], args: Iterable[(String, String)], dest: Config, onPreUpdate: Set[Path] => Unit, onUpdate: (Config, Config) => Unit, onError: ReadException => Unit): Closeable