Interface ConfigurationPrinter

    • Field Detail

      • SERVICE

        static final String SERVICE
        Deprecated.
        The service name under which services of this class must be registered to be picked for inclusion in the configuration report.
      • MODE_ALWAYS

        static final String MODE_ALWAYS
        Deprecated.
        The default mode - this printer is used in the web console and the zip.
        Since:
        3.0
        See Also:
        Constant Field Values
      • MODE_ZIP

        static final String MODE_ZIP
        Deprecated.
        The zip mode - this printer is used in the zip.
        Since:
        3.0
        See Also:
        Constant Field Values
      • MODE_TXT

        static final String MODE_TXT
        Deprecated.
        The txt mode - this printer is used in the txt.
        Since:
        3.0
        See Also:
        Constant Field Values
    • Method Detail

      • getTitle

        String getTitle()
        Deprecated.
        Returns a human readable title string to be placed in front of the configuration report generated by the printConfiguration(PrintWriter) method.
        Returns:
        the configuration title
      • printConfiguration

        void printConfiguration​(PrintWriter printWriter)
        Deprecated.
        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.