public class CoreActivator extends Object implements org.osgi.framework.BundleActivator
| Constructor and Description |
|---|
CoreActivator(File directory,
boolean interactive)
Creates the core activator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
installBundles()
Installs and starts the core bundles.
|
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
public CoreActivator(File directory, boolean interactive)
directory - the core directoryinteractive - flag enabling the interactive modepublic void installBundles()
public void start(org.osgi.framework.BundleContext context)
start in interface org.osgi.framework.BundleActivatorpublic void stop(org.osgi.framework.BundleContext context)
stop in interface org.osgi.framework.BundleActivatorCopyright © 2009–2014 OW2 Chameleon. All rights reserved.