|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.felix.webconsole.internal.BaseManagementPlugin
org.apache.felix.webconsole.internal.compendium.AbstractScrPlugin
org.apache.felix.webconsole.internal.compendium.ComponentConfigurationPrinter
public class ComponentConfigurationPrinter
| Field Summary |
|---|
| Fields inherited from interface org.apache.felix.webconsole.ConfigurationPrinter |
|---|
SERVICE |
| Constructor Summary | |
|---|---|
ComponentConfigurationPrinter()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getTitle()
Returns a human readable title string to be place in front of the configuration report generated by the ConfigurationPrinter.printConfiguration(PrintWriter) method. |
void |
printConfiguration(java.io.PrintWriter pw)
Prints the configuration report to the given printWriter. |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext)
|
| Methods inherited from class org.apache.felix.webconsole.internal.compendium.AbstractScrPlugin |
|---|
getScrService |
| Methods inherited from class org.apache.felix.webconsole.internal.BaseManagementPlugin |
|---|
getBundleContext, getLog, getPackageAdmin, getStartLevel, setLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentConfigurationPrinter()
| Method Detail |
|---|
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
setBundleContext in class BaseManagementPluginpublic java.lang.String getTitle()
ConfigurationPrinterConfigurationPrinter.printConfiguration(PrintWriter) method.
getTitle in interface ConfigurationPrinterpublic void printConfiguration(java.io.PrintWriter pw)
ConfigurationPrinterprintWriter.
Implementations are free to print whatever information they deem useful.
The printWriter may be flushed but must not be closed.
printConfiguration in interface ConfigurationPrinter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||