public class MsgConfigZbnf
extends MsgConfig
Modifier and Type | Class and Description |
---|---|
static class |
MsgConfigZbnf.ZbnfMsgConfigItem
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<MsgConfigItem> |
listItems
Deprecated.
|
(package private) MsgConfigZbnf.ZbnfMsgConfigItem |
zbnfItem
Deprecated.
|
Constructor and Description |
---|
MsgConfigZbnf()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
add_item(MsgConfigZbnf.ZbnfMsgConfigItem val)
Deprecated.
|
MsgConfigZbnf.ZbnfMsgConfigItem |
new_item()
Deprecated.
|
java.lang.String |
readConfig(java.io.File fileConfig,
java.io.File fileSyntax,
MainCmdLogging_ifc log)
Deprecated.
Reads the configuration from a file with given syntax.
|
final MsgConfigZbnf.ZbnfMsgConfigItem zbnfItem
final java.util.List<MsgConfigItem> listItems
public java.lang.String readConfig(java.io.File fileConfig, java.io.File fileSyntax, MainCmdLogging_ifc log)
MsgConfig::= {Any line is designated with the semantic 'line'. A line is build by the shown syntax elements. The semantic have to be used like shown. The semantic identifier are given by the element names of the classes- } \e. item::= <#?identNr> <*|\t|\ \ ?dst> <*|\r|\n|\t|\ \ ?text>.
MsgConfigZbnf
and MsgConfigItem
. The syntax can be another one.fileConfig
- fileSyntax
- log
- Output while parsing.public MsgConfigZbnf.ZbnfMsgConfigItem new_item()
public void add_item(MsgConfigZbnf.ZbnfMsgConfigItem val)