jbet
Class Main
java.lang.Object
jbet.Main
public class Main
- extends java.lang.Object
Constructor Summary |
Main()
|
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
verboseErrors
public static boolean verboseErrors
JbetCPE
public static ClassPathElement JbetCPE
Main
public Main()
usage
public static void usage(int helplevel)
- Print out the one line help for each command.
- Parameters:
helplevel
- Include only commands with helplevel less than this.
usage
public static void usage()
- Print the one line help for all commands.
usage
public static void usage(java.lang.String text)
main
public static void main(java.lang.String[] args)
- Main program.
Sets up loader, reads args, executes commands, writes out modified classes.
The loader keeps a list of classes that have been read in.
Args from command line and the jbet.init property.
- Parameters:
args
- Array of strings from the environment.