private static class BzrGui.CmdLineAndGui extends GralArea9MainCmd
MainCmd.Argument, MainCmd.SetArgument
Modifier and Type | Field and Description |
---|---|
(package private) BzrGui.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(BzrGui.CallingArguments cargs,
java.lang.String[] args)
ctor called in static main.
|
Modifier and Type | Method and Description |
---|---|
protected void |
callWithoutArguments()
Invoked from parseArguments if no argument is given.
|
protected boolean |
checkArguments()
Checks the cmdline arguments relation together.
|
protected boolean |
testArgument(java.lang.String arg,
int nArg)
Tests one argument.
|
(package private) void |
XXXinitGraphic()
Initializes the Graphic.
|
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
final BzrGui.CallingArguments cargs
public CmdLineAndGui(BzrGui.CallingArguments cargs, java.lang.String[] args)
cargs
- aggregation to command-line-argument data, it will be filled here.args
- The command-line-calling arguments from static mainprotected boolean testArgument(java.lang.String arg, int nArg)
testArgument
in class GralArea9MainCmd
argc
- String of the actual parsed argument from cmd linenArg
- number of the argument in order of the command line, the first argument is number 1.protected void callWithoutArguments()
callWithoutArguments
in class GralArea9MainCmd
protected boolean checkArguments()
checkArguments
in class GralArea9MainCmd
void XXXinitGraphic()