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 |
fdOut
Maybe null, data file to write.
|
(package private) java.io.File |
fIn |
(package private) java.io.File |
fInCfg
A given config file to supplement
|
(package private) java.io.File |
fOut
Structure file to write.
|
(package private) java.io.File |
fxOut
Structure 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, testArgument
java.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 Arguments
msg
- 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