org.apache.felix.webconsole.internal.misc
Class SystemPropertiesPrinter
java.lang.Object
org.apache.felix.webconsole.internal.AbstractConfigurationPrinter
org.apache.felix.webconsole.internal.misc.SystemPropertiesPrinter
- All Implemented Interfaces:
- ConfigurationPrinter, OsgiManagerPlugin
public class SystemPropertiesPrinter
- extends AbstractConfigurationPrinter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemPropertiesPrinter
public SystemPropertiesPrinter()
getTitle
public String getTitle()
- Description copied from interface:
ConfigurationPrinter
- Returns a human readable title string to be placed in front of the configuration
report generated by the
ConfigurationPrinter.printConfiguration(PrintWriter)
method.
- Returns:
- the configuration title
printConfiguration
public void printConfiguration(PrintWriter printWriter)
- Description copied from interface:
ConfigurationPrinter
- Prints the configuration report to the given
printWriter
.
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.
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.