private static class FBcl2c.CmdLine
extends MainCmd
Modifier and Type | Field and Description |
---|---|
FBcl2c.CmdArgs |
argData |
MainCmd.Argument[] |
defArguments |
Modifier | Constructor and Description |
---|---|
protected |
CmdLine(FBcl2c.CmdArgs argData,
java.lang.String[] sCmdlineArgs)
Constructor of the cmdline handling class.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
addCmdLineProperties() |
protected boolean |
checkArguments()
Checks the cmdline arguments relation together.
|
public final FBcl2c.CmdArgs argData
public final MainCmd.Argument[] defArguments
protected CmdLine(FBcl2c.CmdArgs argData, java.lang.String[] sCmdlineArgs)