public static class PolicyUtils.Text extends Object
| Modifier and Type | Field | Description |
|---|---|---|
static String |
NEW_LINE |
System-specific line separator character retrieved from the Java system property
line.separator |
| Constructor | Description |
|---|---|
Text() |
| Modifier and Type | Method | Description |
|---|---|---|
static String |
createIndent(int indentLevel) |
Method creates indent string consisting of as many
TAB characters as specified by indentLevel parameter |
public static final String NEW_LINE
line.separatorpublic static String createIndent(int indentLevel)
TAB characters as specified by indentLevel parameterindentLevel - indentation levelCopyright © 2006–2018 Oracle Corporation. All rights reserved.