public class GuiCallingArgs
extends Arguments
Modifier and Type | Field and Description |
---|---|
java.util.List<java.lang.String> |
cfgConditions |
java.io.File |
dirHtmlHelp |
java.io.File |
fileGuiCfg
The configuration file.
|
java.io.File |
fileJzTc
The JzTxtCmd script file.
|
GralFactory |
graphicFactory
The graphic base factory can be detected from command line arguments
or set directly from the calling level.
|
java.io.File |
msgConfig |
java.lang.String |
positionWindow
The position in grid units related to the whole display.
|
Argument |
sFileLogCfg |
java.lang.String |
sInspectorOwnPort
The own ipc-address for inspector-Communication with this application.
|
char |
sizeShow
Size, either A,B or F for 800x600, 1024x768 or full screen.
|
java.lang.String |
sOwnIpcAddr
The own ipc-address for Interprocess-Communication with the target.
|
java.lang.String |
sPathZbnf |
java.lang.String |
sPluginCfg
A plugin specific confic string.
|
java.lang.String |
sPluginClass
A class which is used as plugin for user specifies.
|
java.lang.String |
sTimeZone
The time zone to present all time informations.
|
java.lang.String |
sTitle
String for title bar.
|
static java.lang.String |
version
Version, history and licence
2015-05-16 Hartmut ctor
GuiCallingArgs(String) now with the sAboutInfo line. |
Constructor and Description |
---|
GuiCallingArgs(java.lang.String sAboutInfo) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getDirCfg()
Returns that directory where the configuration file is found.
|
protected boolean |
testArgument(java.lang.String arg,
int nArg)
Tests one argument.
|
boolean |
testConsistence(java.lang.Appendable msg) |
public static final java.lang.String version
GuiCallingArgs(String)
now with the sAboutInfo line.
This is nice & necessary because then this info is always proper.
sTitle
sizeShow
instead sSize, new #xLeftPixelWindow
etc.
public java.lang.String sTitle
public GralFactory graphicFactory
public java.io.File fileGuiCfg
public java.io.File fileJzTc
org.vishia.cmd.JZtxtcmdScript
.public java.lang.String sPathZbnf
public java.lang.String sTimeZone
public char sizeShow
public java.lang.String positionWindow
public java.lang.String sOwnIpcAddr
public java.util.List<java.lang.String> cfgConditions
public java.lang.String sPluginClass
PlugUser_ifc
.public java.lang.String sPluginCfg
public java.lang.String sInspectorOwnPort
public java.io.File dirHtmlHelp
public java.io.File msgConfig
public final Argument sFileLogCfg
public java.io.File getDirCfg()
protected boolean testArgument(java.lang.String arg, int nArg) throws java.io.FileNotFoundException
Arguments#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.arg
- 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.java.io.FileNotFoundException
public boolean testConsistence(java.lang.Appendable msg) throws java.io.IOException
java.io.IOException