public static class InspcGui.CallingArguments extends GuiCallingArgs
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
bUseGetValueByIndex
File with the values from the S7 to show.
|
(package private) java.util.Map<java.lang.String,java.lang.String> |
curveExporterClasses
Cohesion between file extension and exporter java class path for curve output.
|
int |
cycletime |
(package private) java.util.Map<java.lang.String,java.lang.String> |
indexTargetIpcAddr
The target ipc-address for Interprocess-Communication with the target.
|
(package private) java.lang.String |
sDefaultDirCfgForCurves |
(package private) java.lang.String |
sDefaultDirSaveForCurves |
cfgConditions, dirHtmlHelp, fileGuiCfg, fileJzTc, graphicFactory, msgConfig, positionWindow, sFileLogCfg, sInspectorOwnPort, sizeShow, sOwnIpcAddr, sPathZbnf, sPluginCfg, sPluginClass, sTimeZone, sTitle, version| Constructor and Description |
|---|
CallingArguments() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
testArgument(java.lang.String arg,
int nArg)
Tests one argument.
|
(package private) void |
writeError(java.lang.String sError) |
getDirCfg, testConsistencejava.util.Map<java.lang.String,java.lang.String> indexTargetIpcAddr
java.util.Map<java.lang.String,java.lang.String> curveExporterClasses
boolean bUseGetValueByIndex
public int cycletime
java.lang.String sDefaultDirCfgForCurves
java.lang.String sDefaultDirSaveForCurves
protected boolean testArgument(java.lang.String arg,
int nArg)
GuiCallingArgsArguments#testArgument(String, int)
for specific tests here. The superclass testArgument(...) is called if no argument matches here.
This operation is called from Arguments#parseArgs(String[], Appendable)
which is called from the user level.testArgument in class GuiCallingArgsarg - 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.void writeError(java.lang.String sError)