private static class XmlJzCfgAnalyzer.CmdArgs extends Arguments
Arguments.Argument, Arguments.SetArgument| Modifier and Type | Field and Description | 
|---|---|
| (package private) Arguments.Argument[] | argsXmlJzCfgAnalyzer | 
| (package private) java.io.File | fdOutMaybe null, data file to write. | 
| (package private) java.io.File | fIn | 
| (package private) java.io.File | fInCfgA given config file to supplement | 
| (package private) java.io.File | fOutStructure file to write. | 
| (package private) java.io.File | fxOutStructure XML file to write. | 
| (package private) java.lang.String | sContent | 
aboutInfo, exitCodeArgError, helpInfo, sVersion| Constructor and Description | 
|---|
| CmdArgs() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | testConsistence(java.lang.Appendable msg)This operation checks the consistence of all operations. | 
aboutInfo, addArg, addArgs, checkArg, checkArgVal, errMsg, getEnv, getLogLevel, getLogPath, parseArgs, parseArgs, readArguments, readConfig, readConfig, replaceEnv, showHelp, testArgumentjava.io.File fIn
java.lang.String sContent
java.io.File fInCfg
java.io.File fdOut
java.io.File fOut
java.io.File fxOut
Arguments.Argument[] argsXmlJzCfgAnalyzer
public boolean testConsistence(java.lang.Appendable msg)
                        throws java.io.IOException
testConsistence in class Argumentsmsg - to write out an info as line with \n for faulty arguments. System.err can be used.java.io.IOException - only on unexpected problems writing msg