public class Main
extends java.lang.Object
Class used for starting the main(...) method of command-line
utilities. Provides a general startup mechanism.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_MAINCLASS
The name of the system property that is exepcted to contain the actual main class name.
|
| Constructor and Description |
|---|
Main() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |