Package | Description |
---|---|
org.codehaus.classworlds | |
org.codehaus.plexus.classworlds | |
org.codehaus.plexus.classworlds.launcher | |
org.codehaus.plexus.classworlds.realm |
Modifier and Type | Method and Description |
---|---|
void |
ClassWorldReverseAdapter.disposeRealm(java.lang.String id)
Deprecated.
|
ClassRealm |
ClassWorldReverseAdapter.getRealm(java.lang.String id)
Deprecated.
|
void |
ClassRealmReverseAdapter.importFrom(java.lang.String realmId,
java.lang.String pkgName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassWorld.disposeRealm(java.lang.String id) |
ClassRealm |
ClassWorld.getRealm(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
void |
Configurator.addImportFrom(java.lang.String relamName,
java.lang.String importSpec) |
void |
ConfigurationHandler.addImportFrom(java.lang.String relamName,
java.lang.String importSpec)
Add an import specification from a realm
|
void |
Configurator.configure(java.io.InputStream is)
Configure from a file.
|
void |
Launcher.configure(java.io.InputStream is)
Configure from a file.
|
protected java.lang.reflect.Method |
Launcher.getEnhancedMainMethod()
Retrieve the enhanced main entry method.
|
java.lang.Class<?> |
Launcher.getMainClass()
Retrieve the main entry class.
|
protected java.lang.reflect.Method |
Launcher.getMainMethod()
Retrieve the main entry method.
|
ClassRealm |
Launcher.getMainRealm()
Retrieve the main entry realm.
|
void |
Launcher.launch(java.lang.String[] args)
Launch the application.
|
protected void |
Launcher.launchEnhanced(java.lang.String[] args)
Attempt to launch the application through the enhanced main method.
|
protected void |
Launcher.launchStandard(java.lang.String[] args)
Attempt to launch the application through the standard main method.
|
void |
ConfigurationParser.parse(java.io.InputStream is)
Parse launcher configuration file and send events to the handler.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassRealm.importFrom(java.lang.String realmId,
java.lang.String packageName) |