@Deprecated public class Launcher extends Launcher
CLASSWORLDS_CONF, mainClassName, mainRealmName, systemClassLoader, UBERJAR_CONF_DIR, world| Constructor | Description |
|---|---|
Launcher() |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
main(java.lang.String[] args) |
Deprecated.
Launch the launcher from the command line.
|
static int |
mainWithExitCode(java.lang.String[] args) |
Deprecated.
Launch the launcher.
|
configure, getEnhancedMainMethod, getExitCode, getMainClass, getMainClassName, getMainMethod, getMainRealm, getMainRealmName, getSystemClassLoader, getWorld, launch, launchEnhanced, launchStandard, setAppMain, setSystemClassLoader, setWorldpublic static void main(java.lang.String[] args)
args - The application command-line arguments.public static int mainWithExitCode(java.lang.String[] args)
throws java.lang.Exception
args - The application command-line arguments.java.lang.Exception - If an error occurs.