public class InspCmd
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
InspCmd.Args |
private static class |
InspCmd.CmdLine
The organization class for command line invocation.
|
Modifier and Type | Field and Description |
---|---|
(package private) MainCmd_ifc |
console
Aggregation to the Console implementation class.
|
(package private) ReplaceAlias_ifc |
replAlias |
static java.lang.String |
version
Version, history and license.
|
Constructor and Description |
---|
InspCmd(MainCmd_ifc console) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
execute(InspCmd.Args args,
java.io.Writer out) |
static void |
main(java.lang.String[] sArgs) |
static int |
smain(java.lang.String[] sArgs)
Invocation from another java program without exit the JVM
|
public static final java.lang.String version
final MainCmd_ifc console
ReplaceAlias_ifc replAlias
public static void main(java.lang.String[] sArgs)
public static int smain(java.lang.String[] sArgs) throws javax.script.ScriptException, java.lang.IllegalAccessException
sArgs
- same like main(String[])
MainCmdLogging_ifc#exitWithArgumentError
etc.java.lang.IllegalAccessException
javax.script.ScriptException
void execute(InspCmd.Args args, java.io.Writer out) throws java.io.IOException, javax.script.ScriptException, java.lang.IllegalAccessException, java.lang.IllegalArgumentException
java.io.IOException
javax.script.ScriptException
java.lang.IllegalAccessException
java.lang.IllegalArgumentException