| Interface | Description |
|---|---|
| LineParser |
A parser for a line according to line type.
|
| Class | Description |
|---|---|
| AttributeLine |
The attribute definition line.
|
| CommentLine |
A comment line.
|
| ConfigurationLine |
The configuration line.
|
| Document |
The input document.
|
| EmptyLine |
The empty line.
|
| GlobalOptionLine |
Global options line.
|
| Line |
A parsed line.
May span multiple input lines. |
| MultiLine |
A line consisting of multiple physical lines.
Such lines are concatenated by trailing commas or colons. |
| OptionLine |
The option line.
|
| OptionParser |
Parses [...] options.
|
| RelationLine |
A relation line.
|
| SingleLine |
A line consisting of a single physical line.
|
| Enum | Description |
|---|---|
| LineType |
The configuration file line type.
|
Copyright © 2016 Krake Softwaretechnik. All rights reserved.