Simple Parser
Overview
The Simple Parser reads/writes Entries in a proprietary format. The format is
lines with attributename:value pairs. The name of the Attribute is the text
leading up to the first colon on the line, the rest of the line is the value.
Multivalued Attributes use multiple lines. Lines
with a single period marks the end of an entry. \r and \n in the value part is
an encoding of CR and LF.
Configuration
The parser needs the following parameters:
Parameter |
Description |
class |
com.architech.parser.rspSimpleParser |
|