|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertiesValueEscapeLevel | |
|---|---|
| org.unbescape.properties | |
| Uses of PropertiesValueEscapeLevel in org.unbescape.properties |
|---|
| Methods in org.unbescape.properties that return PropertiesValueEscapeLevel | |
|---|---|
static PropertiesValueEscapeLevel |
PropertiesValueEscapeLevel.forLevel(int level)
Utility method for obtaining an enum value from its corresponding int level value. |
static PropertiesValueEscapeLevel |
PropertiesValueEscapeLevel.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PropertiesValueEscapeLevel[] |
PropertiesValueEscapeLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.unbescape.properties with parameters of type PropertiesValueEscapeLevel | |
|---|---|
static void |
PropertiesEscape.escapePropertiesValue(char[] text,
int offset,
int len,
Writer writer,
PropertiesValueEscapeLevel level)
Perform a (configurable) Java Properties Value escape operation on a String input. |
static String |
PropertiesEscape.escapePropertiesValue(String text,
PropertiesValueEscapeLevel level)
Perform a (configurable) Java Properties Value escape operation on a String input. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||