public abstract class AbstractPluginActivator extends Object implements org.osgi.framework.BundleActivator
| Modifier and Type | Field and Description |
|---|---|
protected org.osgi.framework.BundleContext |
context |
protected ProcessToolRegistry |
registry |
| Constructor and Description |
|---|
AbstractPluginActivator() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
destroy() |
protected ProcessToolRegistry |
getRegistry() |
protected abstract void |
init() |
protected Properties |
loadProperties(String path) |
protected InputStream |
loadResourceAsStream(String resource) |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
protected org.osgi.framework.BundleContext context
protected ProcessToolRegistry registry
protected ProcessToolRegistry getRegistry()
protected Properties loadProperties(String path)
public void start(org.osgi.framework.BundleContext context)
throws Exception
start in interface org.osgi.framework.BundleActivatorExceptionpublic void stop(org.osgi.framework.BundleContext context)
throws Exception
stop in interface org.osgi.framework.BundleActivatorExceptionprotected InputStream loadResourceAsStream(String resource)
Copyright © 2013. All Rights Reserved.