Class Launcher
java.lang.Object
org.codehaus.plexus.classworlds.launcher.Launcher
org.codehaus.classworlds.Launcher
Deprecated.
A compatibility wrapper for org.codehaus.plexus.classworlds.launcher.Launcher
 provided for legacy code
- Author:
- Andrew Williams
- 
Field SummaryFields inherited from class org.codehaus.plexus.classworlds.launcher.LauncherCLASSWORLDS_CONF, mainClassName, mainRealmName, systemClassLoader, UBERJAR_CONF_DIR, world
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidDeprecated.Launch the launcher from the command line.static intmainWithExitCode(String[] args) Deprecated.Launch the launcher.Methods inherited from class org.codehaus.plexus.classworlds.launcher.Launcherconfigure, getEnhancedMainMethod, getExitCode, getMainClass, getMainClassName, getMainMethod, getMainRealm, getMainRealmName, getSystemClassLoader, getWorld, launch, launchEnhanced, launchStandard, setAppMain, setSystemClassLoader, setWorld
- 
Constructor Details- 
Launcherpublic Launcher()Deprecated.
 
- 
- 
Method Details- 
mainDeprecated.Launch the launcher from the command line. Will exit using System.exit with an exit code of 0 for success, 100 if there was an unknown exception, or some other code for an application error.- Parameters:
- args- The application command-line arguments.
 
- 
mainWithExitCode
 
-