public class Main
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ClassPathElement |
JbetCPE |
static boolean |
verboseErrors |
| Constructor and Description |
|---|
Main() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Main program.
|
static void |
usage()
Print the one line help for all commands.
|
static void |
usage(int helplevel)
Print out the one line help for each command.
|
static void |
usage(java.lang.String text) |
public static boolean verboseErrors
public static ClassPathElement JbetCPE
public static void usage(int helplevel)
helplevel - Include only commands with helplevel less than this.public static void usage()
public static void usage(java.lang.String text)
public static void main(java.lang.String[] args)
args - Array of strings from the environment.