Class BundlesConfigurationPrinter

  • All Implemented Interfaces:
    ConfigurationPrinter, org.apache.felix.webconsole.internal.OsgiManagerPlugin

    public class BundlesConfigurationPrinter
    extends org.apache.felix.webconsole.internal.AbstractConfigurationPrinter
    The BundlesConfigurationPrinter prints out the bundle list.
    • Constructor Detail

      • BundlesConfigurationPrinter

        public BundlesConfigurationPrinter()
    • Method Detail

      • activate

        public void activate​(org.osgi.framework.BundleContext bundleContext)
        Description copied from interface: org.apache.felix.webconsole.internal.OsgiManagerPlugin
        This method is called from the Felix Web Console to ensure the AbstractWebConsolePlugin is correctly setup. It is called right after the Web Console receives notification for plugin registration.
        Specified by:
        activate in interface org.apache.felix.webconsole.internal.OsgiManagerPlugin
        Overrides:
        activate in class org.apache.felix.webconsole.internal.AbstractConfigurationPrinter
        Parameters:
        bundleContext - the context of the plugin bundle
        See Also:
        AbstractConfigurationPrinter.activate(org.osgi.framework.BundleContext)
      • deactivate

        public void deactivate()
        Description copied from interface: org.apache.felix.webconsole.internal.OsgiManagerPlugin
        This method is called, by the Web Console to de-activate the plugin and release all used resources.
        Specified by:
        deactivate in interface org.apache.felix.webconsole.internal.OsgiManagerPlugin
        Overrides:
        deactivate in class org.apache.felix.webconsole.internal.AbstractConfigurationPrinter
        See Also:
        AbstractConfigurationPrinter.deactivate()