public class WstxBundleActivator
extends java.lang.Object
implements org.osgi.framework.BundleActivator
Constructor and Description |
---|
WstxBundleActivator() |
Modifier and Type | Method and Description |
---|---|
private java.util.Dictionary<java.lang.String,java.lang.Object> |
convertPropsToDict(java.util.Properties props)
A Properties object is a Dictionary
|
void |
start(org.osgi.framework.BundleContext ctxt)
Method called on activation.
|
void |
stop(org.osgi.framework.BundleContext ctxt) |
public void start(org.osgi.framework.BundleContext ctxt)
start
in interface org.osgi.framework.BundleActivator
private java.util.Dictionary<java.lang.String,java.lang.Object> convertPropsToDict(java.util.Properties props)
public void stop(org.osgi.framework.BundleContext ctxt)
stop
in interface org.osgi.framework.BundleActivator