public static class PolicyUtils.Text
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NEW_LINE
System-specific line separator character retrieved from the Java system property
line.separator |
| Constructor and Description |
|---|
Text() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
createIndent(int indentLevel)
Method creates indent string consisting of as many
TAB characters as specified by indentLevel parameter |