ConfigParser

laika.config.ConfigParser$
See theConfigParser companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

Creates a new parser that will produce an empty result.

Creates a new parser that will produce an empty result.

Attributes

def parse(input: String): ConfigParser

Creates a new parser for the specified HOCON input.

Creates a new parser for the specified HOCON input.

Attributes