public class GuiCallingArgs extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<java.lang.String> |
cfgConditions |
java.io.File |
dirHtmlHelp |
protected java.io.File |
fileGuiCfg
The configuration file.
|
java.io.File |
msgConfig |
java.lang.String |
positionWindow
The position in grid units related to the whole display.
|
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 |
sTimeZone
The time zone to present all time informations.
|
static int |
version
Version, history and licence
2015-05-16 Hartmut new "-help:" for help base dir in argument check, "-msgcfg:" in argument check.
|
Constructor and Description |
---|
GuiCallingArgs() |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getDirCfg()
Returns that directory where the configuration file is found.
|
public java.util.List<java.lang.String> cfgConditions
public java.io.File dirHtmlHelp
protected java.io.File fileGuiCfg
public java.io.File msgConfig
public java.lang.String positionWindow
public char sizeShow
public java.lang.String sOwnIpcAddr
public java.lang.String sPathZbnf
public java.lang.String sPluginCfg
public java.lang.String sTimeZone
public static final int version
sTitle
sizeShow
instead sSize, new #xLeftPixelWindow
etc.
public GuiCallingArgs()
public java.io.File getDirCfg()