Package | Description |
---|---|
org.codehaus.classworlds |
Modifier and Type | Method and Description |
---|---|
void |
Launcher.configure(InputStream is)
Configure from a file.
|
void |
Configurator.configure(InputStream is)
Configure from a file.
|
void |
ClassWorld.disposeRealm(String id) |
protected Method |
Launcher.getEnhancedMainMethod()
Retrieve the enhanced main entry method.
|
protected Method |
EmbeddedLauncher.getEnhancedMainMethod()
Retrieve the enhanced main entry method.
|
Class |
Launcher.getMainClass()
Retrieve the main entry class.
|
Class |
EmbeddedLauncher.getMainClass()
Retrieve the main entry class.
|
protected Method |
Launcher.getMainMethod()
Retrieve the main entry method.
|
ClassRealm |
Launcher.getMainRealm()
Retrieve the main entry realm.
|
ClassRealm |
EmbeddedLauncher.getMainRealm()
Retrieve the main entry realm.
|
ClassRealm |
ClassWorld.getRealm(String id) |
void |
ClassRealm.importFrom(String realmId,
String pkgName) |
void |
DefaultClassRealm.importFrom(String realmId,
String packageName) |
void |
Launcher.launch(String[] args)
Launch the application.
|
protected void |
Launcher.launchEnhanced(String[] args)
Attempt to launch the application through the enhanced main method.
|
protected void |
Launcher.launchStandard(String[] args)
Attempt to launch the application through the standard main method.
|
protected void |
EmbeddedLauncher.launchX()
Attempt to launch the application through the enhanced main method.
|
Copyright © 2002–2017 The Codehaus. All rights reserved.