public class GenerateCfgData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) XmlJzCfgAnalyzer |
cfgAnalyzer |
static java.lang.String |
version
Version, License and History:
2024-05-08 used for analyze odg, copied from package org.vishia.xmlReader.test
2021- created in package org.vishia.xmlReader.test
Copyright/Copyleft:
For this source the LGPL Lesser General Public License,
published by the Free Software Foundation is valid.
|
(package private) XmlJzReader |
xmlReader |
Constructor and Description |
---|
GenerateCfgData() |
Modifier and Type | Method and Description |
---|---|
void |
analyzeXmlStruct(java.lang.String sIn,
java.lang.String sDirOut)
Analyzes the given XML file example and creates a proper xmlcfg.xml file from that.
|
void |
genJavaData()
Generates Java source files to store the data due to xmlcfg.xml.
|
static void |
main(java.lang.String[] args) |
public static final java.lang.String version
XmlJzCfgAnalyzer cfgAnalyzer
XmlJzReader xmlReader
public void analyzeXmlStruct(java.lang.String sIn, java.lang.String sDirOut) throws java.io.IOException
fXmlIn
- The example file. The xmlCfg will be write beside as xmlcfg.xmljava.io.IOException
public void genJavaData()
GenXmlCfgJavaData#smain(String[])
with here set arguments.public static void main(java.lang.String[] args)