Class ConfigurationRender


  • public class ConfigurationRender
    extends Object
    • Constructor Detail

      • ConfigurationRender

        public ConfigurationRender()
    • Method Detail

      • infoLine

        public static final void infoLine​(PrintWriter pw,
                                          String indent,
                                          String label,
                                          Object value)
        Renders an info line - element in the framework configuration. The info line will look like:
         label = value
         
        Optionally it can be indented by a specific string.
        Parameters:
        pw - the writer to print to
        indent - indentation string
        label - the label data
        value - the data itself.