Package | Description |
---|---|
org.codehaus.classworlds |
Modifier and Type | Method and Description |
---|---|
void |
Launcher.configure(java.io.InputStream is)
Configure from a file.
|
void |
Configurator.configure(java.io.InputStream is)
Configure from a file.
|
void |
ClassWorld.disposeRealm(java.lang.String id) |
protected java.lang.reflect.Method |
Launcher.getEnhancedMainMethod()
Retrieve the enhanced main entry method.
|
protected java.lang.reflect.Method |
EmbeddedLauncher.getEnhancedMainMethod()
Retrieve the enhanced main entry method.
|
java.lang.Class |
Launcher.getMainClass()
Retrieve the main entry class.
|
java.lang.Class |
EmbeddedLauncher.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.
|
ClassRealm |
EmbeddedLauncher.getMainRealm()
Retrieve the main entry realm.
|
ClassRealm |
ClassWorld.getRealm(java.lang.String id) |
void |
DefaultClassRealm.importFrom(java.lang.String realmId,
java.lang.String packageName) |
void |
ClassRealm.importFrom(java.lang.String realmId,
java.lang.String pkgName) |
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.
|
protected void |
EmbeddedLauncher.launchX()
Attempt to launch the application through the enhanced main method.
|