Class FrameworkPropertiesPrinter

  • All Implemented Interfaces:
    ConfigurationPrinter, org.apache.felix.webconsole.internal.OsgiManagerPlugin

    public class FrameworkPropertiesPrinter
    extends org.apache.felix.webconsole.internal.AbstractConfigurationPrinter
    • Constructor Detail

      • FrameworkPropertiesPrinter

        public FrameworkPropertiesPrinter()
    • Method Detail

      • 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.