ConfigParser

case class ConfigParser()

INI-syle config parser.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def parse(input: InputStream, filename: String): Unit
def parse(readable: Readable, filename: String): Unit

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

val root: LinkedHashMap[String, Value]