static class PrepareAsciidoc.Args extends ReadWriteFileBase.ArgsBase
Arguments.Argument, Arguments.SetArgument
Modifier and Type | Field and Description |
---|---|
(package private) int |
maxLineLength |
(package private) java.lang.String[] |
rlink |
(package private) Arguments.SetArgument |
set_rlink |
(package private) Arguments.Argument |
sMaxLineLength |
csIn, csOut, dirWrk, encodingIn, encodingOut, fIn, fOut, set_dirWrk, set_fIn, sfOut
aboutInfo, exitCodeArgError, helpInfo, sVersion
Constructor and Description |
---|
Args() |
Modifier and Type | Method and Description |
---|---|
boolean |
testConsistence(java.lang.Appendable msg)
This operation should be implemented and called by the user.
|
aboutInfo, addArg, addArgs, checkArg, checkArgVal, errMsg, getEnv, getLogLevel, getLogPath, parseArgs, parseArgs, readArguments, readConfig, readConfig, replaceEnv, showHelp, testArgument
Arguments.Argument sMaxLineLength
Arguments.SetArgument set_rlink
int maxLineLength
java.lang.String[] rlink
public boolean testConsistence(java.lang.Appendable msg) throws java.io.IOException
Arguments
#showArgs(Appendable)
to output the help info on error.testConsistence
in class ReadWriteFileBase.ArgsBase
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