public class ConfigurationRender extends Object
Constructor and Description |
---|
ConfigurationRender() |
Modifier and Type | Method and Description |
---|---|
static void |
infoLine(PrintWriter pw,
String indent,
String label,
Object value)
Renders an info line - element in the framework configuration.
|
public static final void infoLine(PrintWriter pw, String indent, String label, Object value)
label = valueOptionally it can be indented by a specific string.
pw
- the writer to print toindent
- indentation stringlabel
- the label datavalue
- the data itself.Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.