public static class PolicyUtils.Text extends Object
Modifier and Type | Field and Description |
---|---|
static 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 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.separator
public static String createIndent(int indentLevel)
TAB
characters as specified by indentLevel
parameterindentLevel
- indentation levelCopyright © 2006–2016 Oracle Corporation. All rights reserved.