|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.felix.webconsole.internal.AbstractConfigurationPrinter
org.apache.felix.webconsole.internal.compendium.ComponentConfigurationPrinter
public class ComponentConfigurationPrinter
ComponentConfigurationPrinter prints the available SCR services.
| Field Summary |
|---|
| Fields inherited from interface org.apache.felix.webconsole.ConfigurationPrinter |
|---|
MODE_ALWAYS, MODE_TXT, MODE_WEB, MODE_ZIP, PROPERTY_MODES, SERVICE |
| Constructor Summary | |
|---|---|
ComponentConfigurationPrinter()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getTitle()
Returns a human readable title string to be placed 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. |
| Methods inherited from class org.apache.felix.webconsole.internal.AbstractConfigurationPrinter |
|---|
activate, deactivate, getBundleContext |
| 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 java.lang.String getTitle()
ConfigurationPrinterConfigurationPrinter.printConfiguration(PrintWriter) method.
ConfigurationPrinter.getTitle()public void printConfiguration(java.io.PrintWriter pw)
ConfigurationPrinterprintWriter.
Implementations are free to print whatever information they deem useful.
pw - where to write the configuration data. It might be flushed,
but must not be closed.ConfigurationPrinter.printConfiguration(java.io.PrintWriter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||