Class SystemPropertiesPrinter
- java.lang.Object
-
- org.apache.felix.webconsole.internal.AbstractConfigurationPrinter
-
- org.apache.felix.webconsole.internal.misc.SystemPropertiesPrinter
-
- All Implemented Interfaces:
ConfigurationPrinter,org.apache.felix.webconsole.internal.OsgiManagerPlugin
public class SystemPropertiesPrinter extends org.apache.felix.webconsole.internal.AbstractConfigurationPrinter
-
-
Field Summary
-
Fields inherited from interface org.apache.felix.webconsole.ConfigurationPrinter
MODE_ALWAYS, MODE_TXT, MODE_WEB, MODE_ZIP, PROPERTY_MODES, SERVICE
-
-
Constructor Summary
Constructors Constructor Description SystemPropertiesPrinter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTitle()Returns a human readable title string to be placed in front of the configuration report generated by theConfigurationPrinter.printConfiguration(PrintWriter)method.voidprintConfiguration(PrintWriter printWriter)Prints the configuration report to the givenprintWriter.
-
-
-
Method Detail
-
getTitle
public String getTitle()
Description copied from interface:ConfigurationPrinterReturns a human readable title string to be placed in front of the configuration report generated by theConfigurationPrinter.printConfiguration(PrintWriter)method.- Returns:
- the configuration title
-
printConfiguration
public void printConfiguration(PrintWriter printWriter)
Description copied from interface:ConfigurationPrinterPrints the configuration report to the givenprintWriter. Implementations are free to print whatever information they deem useful.- Parameters:
printWriter- where to write the configuration data. It might be flushed, but must not be closed.
-
-