org.apache.felix.webconsole.internal.compendium
Class ComponentConfigurationPrinter
java.lang.Object
org.apache.felix.webconsole.internal.BaseManagementPlugin
org.apache.felix.webconsole.internal.compendium.AbstractScrPlugin
org.apache.felix.webconsole.internal.compendium.ComponentConfigurationPrinter
- All Implemented Interfaces:
- ConfigurationPrinter, OsgiManagerPlugin
public class ComponentConfigurationPrinter
- extends AbstractScrPlugin
- implements ConfigurationPrinter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentConfigurationPrinter
public ComponentConfigurationPrinter()
activate
public void activate(BundleContext bundleContext)
- Specified by:
activate
in interface OsgiManagerPlugin
- Overrides:
activate
in class BaseManagementPlugin
getTitle
public String getTitle()
- Description copied from interface:
ConfigurationPrinter
- Returns a human readable title string to be place in front of the configuration
report generated by the
ConfigurationPrinter.printConfiguration(PrintWriter)
method.
- Specified by:
getTitle
in interface ConfigurationPrinter
printConfiguration
public void printConfiguration(PrintWriter pw)
- Description copied from interface:
ConfigurationPrinter
- Prints the configuration report to the given
printWriter
.
Implementations are free to print whatever information they deem useful.
The printWriter
may be flushed but must not be closed.
- Specified by:
printConfiguration
in interface ConfigurationPrinter
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.