@Deprecated public class Launcher extends Launcher
CLASSWORLDS_CONF, mainClassName, mainRealmName, systemClassLoader, UBERJAR_CONF_DIR, world
Constructor and Description |
---|
Launcher()
Deprecated.
|
Modifier and Type | Method and 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, setWorld
public 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.