public class MXWebAppOSGiFrameworkLauncher extends FrameworkLauncher
FrameworkLauncher.ChildFirstURLClassLoaderconfig, context, FILE_SCHEME, FRAMEWORK_BUNDLE_NAME, LAUNCH_INI, NULL_IDENTIFIER, OSGI_CONFIGURATION_AREA, OSGI_FRAMEWORK, OSGI_INSTALL_AREA, OSGI_INSTANCE_AREA, RESOURCE_BASE, STARTER| Constructor and Description |
|---|
MXWebAppOSGiFrameworkLauncher() |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy()
Deploy the OSGi framework libraries into a location suitable for execution.
|
void |
start()
Start OSGi framework
Read launcher.ini to create a set of initial properties and
use the "commandline" configuration parameter to create the
equivalent command line arguments available when starting Eclipse.
|
void |
stop()
stop is used to "shutdown" the framework and make it avialable for garbage collection.
|
buildCommandLineArguments, buildInitialPropertyMap, copyResource, deleteDirectory, destroy, findMax, getFrameworkContextClassLoader, getFrameworkInternalProperties, getPlatformDirectory, init, init, loadProperties, searchFor, undeploypublic void deploy()
FrameworkLauncherdeploy in class FrameworkLauncherpublic void start()
FrameworkLauncherstart in class FrameworkLauncherpublic void stop()
FrameworkLauncherstop in class FrameworkLauncher