|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertiesKeyEscapeLevel | |
|---|---|
| org.unbescape.properties | |
| Uses of PropertiesKeyEscapeLevel in org.unbescape.properties |
|---|
| Methods in org.unbescape.properties that return PropertiesKeyEscapeLevel | |
|---|---|
static PropertiesKeyEscapeLevel |
PropertiesKeyEscapeLevel.forLevel(int level)
Utility method for obtaining an enum value from its corresponding int level value. |
static PropertiesKeyEscapeLevel |
PropertiesKeyEscapeLevel.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PropertiesKeyEscapeLevel[] |
PropertiesKeyEscapeLevel.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 PropertiesKeyEscapeLevel | |
|---|---|
static void |
PropertiesEscape.escapePropertiesKey(char[] text,
int offset,
int len,
Writer writer,
PropertiesKeyEscapeLevel level)
Perform a (configurable) Java Properties Key escape operation on a char[] input. |
static String |
PropertiesEscape.escapePropertiesKey(String text,
PropertiesKeyEscapeLevel level)
Perform a (configurable) Java Properties Key escape operation on a String input. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||