Module org.tentackle.model
Package org.tentackle.model.parse
Model parsing.
-
Interface Summary Interface Description LineParser A parser for a line according to line type. -
Class Summary Class Description AttributeLine The attribute definition line.CommentLine A comment line.ConfigurationLine The configuration line.
<key> := <config>[;]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 Describes the relation to other entities.SingleLine A line consisting of a single physical line. -
Enum Summary Enum Description LineType The configuration file line type.