public class ConfigurationAdminConfigurationPrinter
extends org.apache.felix.webconsole.internal.AbstractConfigurationPrinter
ConfigurationAdmin service
to print the available configurations.MODE_ALWAYS, MODE_TXT, MODE_WEB, MODE_ZIP, PROPERTY_MODES, SERVICE| Constructor and Description |
|---|
ConfigurationAdminConfigurationPrinter() |
| Modifier and Type | Method and Description |
|---|---|
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(PrintWriter pw)
Prints the configuration report to the given
printWriter. |
public ConfigurationAdminConfigurationPrinter()
public String getTitle()
ConfigurationPrinterConfigurationPrinter.printConfiguration(PrintWriter) method.ConfigurationPrinter.getTitle()public void printConfiguration(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)Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.