|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.felix.webconsole.internal.AbstractConfigurationPrinter
public abstract class AbstractConfigurationPrinter
AbstractConfigurationPrinter is an utility class, that provides a basic implementation
of ConfigurationPrinter and OsgiManagerPlugin interfaces.
| Field Summary |
|---|
| Fields inherited from interface org.apache.felix.webconsole.ConfigurationPrinter |
|---|
MODE_ALWAYS, MODE_TXT, MODE_WEB, MODE_ZIP, PROPERTY_MODES, SERVICE |
| Constructor Summary | |
|---|---|
AbstractConfigurationPrinter()
|
|
| Method Summary | |
|---|---|
void |
activate(org.osgi.framework.BundleContext bundleContext)
This method is called from the Felix Web Console to ensure the AbstractWebConsolePlugin is correctly setup. |
void |
deactivate()
This method is called, by the Web Console to de-activate the plugin and release all used resources. |
protected org.osgi.framework.BundleContext |
getBundleContext()
Returns the BundleContext with which this plugin has been
activated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.felix.webconsole.ConfigurationPrinter |
|---|
getTitle, printConfiguration |
| Constructor Detail |
|---|
public AbstractConfigurationPrinter()
| Method Detail |
|---|
public void activate(org.osgi.framework.BundleContext bundleContext)
OsgiManagerPlugin
activate in interface OsgiManagerPluginbundleContext - the context of the plugin bundleOsgiManagerPlugin.activate(org.osgi.framework.BundleContext)public void deactivate()
OsgiManagerPlugin
deactivate in interface OsgiManagerPluginOsgiManagerPlugin.deactivate()protected org.osgi.framework.BundleContext getBundleContext()
BundleContext with which this plugin has been
activated. If the plugin has not be activated by calling the
activate(BundleContext) method, this method returns
null.
null if the bundle is not activated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||