private static class InspcGui.CmdLineAndGui extends GralArea9MainCmd
MainCmd.Argument, MainCmd.SetArgument
Modifier and Type | Field and Description |
---|---|
protected InspcGui.CallingArguments |
cargs
Aggregation to given instance for the command-line-argument.
|
gralMng, gui, version
argList, bHelpIswritten, cmdLineArgs, currdir, dateFormatMsg, errCmdline, fReport, kError_writeInfoDirectly, kInfo_writeInfoDirectly, kInfoln_writeInfoDirectly, kWarning_writeInfoDirectly, listAboutInfo, listHelpInfo, logMessageImplReport, mError_writeInfoDirectly, mNewln_writeInfoDirectly, msgDisp, mWarning_writeInfoDirectly, nLevelDisplayToReport, nLogLevel, nReportLevelDisplay, outCmdline, sVersion
anytime, debug, error, eventOrder, exitSuccessfull, exitUserAbort, exitWithArgumentError, exitWithErrors, exitWithFileProblems, exitWithNotes, exitWithWarnings, fineDebug, fineEventOrder, fineInfo, info, interested, mNeverOutputToDisplay, mReportLevel, warning
Constructor and Description |
---|
CmdLineAndGui(InspcGui.CallingArguments cargs,
java.lang.String[] args) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
testArgument(java.lang.String arg,
int nArg)
Tests one argument.
|
callWithoutArguments, checkArguments, exit, parseArgumentsAndInitGraphic, parseArgumentsAndInitGraphic
addAboutInfo, addArgument, addHelpInfo, addMsgConfig, addStandardHelpInfo, close, currdir, executeCmdLine, executeCmdLine, executeCmdLine, executeCmdLine, executeCmdLine, executeCmdLine, flush, flushReport, getArgument, getExitErrorLevel, getLogging_ifc, getLogMessageErrorConsole, getLogMessageOutputConsole, getLogMessageOutputFile, getReportFileName, getReportLevel, getReportLevelFromIdent, isOnline, openReportfile, parseArguments, parseArguments, report, report, reportln, reportln, sendMsg, sendMsgTime, sendMsgVaList, setcurrdir, setExitErrorLevel, setLogMessageDestination, setOutputChannels, setReportLevel, setReportLevelToIdent, startCmdLine, startCmdLine, switchToWindowOrStartCmdline, writeAboutInfo, writeDirectly, writeError, writeError, writeErrorDirectly, writeHelpInfo, writeInfo, writeInfoln, writeStackTrace, writeWarning, XXXassertion
protected final InspcGui.CallingArguments cargs
public CmdLineAndGui(InspcGui.CallingArguments cargs, java.lang.String[] args)
protected boolean testArgument(java.lang.String arg, int nArg)
GralArea9MainCmd
testArgument
in class GralArea9MainCmd
arg
- The argument to testnArg
- number of the argument in order of the command line, the first argument is number 1.