public class ExitCode
extends org.griphyn.vdl.toolkit.Toolkit
org.griphyn.vdl.parser.InvocationParser
,
DatabaseSchema
Modifier and Type | Field and Description |
---|---|
static String |
m_usage1
Just a string to denote the short usage.
|
Constructor and Description |
---|
ExitCode(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(String[] args) |
void |
showThreads() |
void |
showUsage()
Implements printing the usage string onto stdout.
|
public static final String m_usage1
public ExitCode(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(String[] args)