argparse-ini
argparse-ini
argparse.ini
ConfigParser
ParseException
Parseable
Parseable
Position
Section
Section
Str
Value
argparse-ini
/
argparse.ini
/
ConfigParser
ConfigParser
case
class
ConfigParser
()
INI-syle config parser.
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Value members
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
]