public class ExitCode
extends org.griphyn.vdl.toolkit.Toolkit
org.griphyn.vdl.parser.InvocationParser
,
DatabaseSchema
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
m_usage1
Just a string to denote the short usage.
|
Constructor and Description |
---|
ExitCode(java.lang.String appName)
ctor: Constructs a new instance object with the given application name.
|
Modifier and Type | Method and Description |
---|---|
protected gnu.getopt.LongOpt[] |
generateValidOptions()
Creates a set of options.
|
static void |
main(java.lang.String[] args) |
void |
showThreads() |
void |
showUsage()
Implements printing the usage string onto stdout.
|
public static final java.lang.String m_usage1
public ExitCode(java.lang.String appName)
public void showUsage()
showUsage
in class org.griphyn.vdl.toolkit.Toolkit
protected gnu.getopt.LongOpt[] generateValidOptions()
public void showThreads()
public static void main(java.lang.String[] args)