(package private) static void |
PropertiesValueEscapeUtil.escape(char[] text,
int offset,
int len,
java.io.Writer writer,
PropertiesValueEscapeLevel escapeLevel) |
|
(package private) static void |
PropertiesValueEscapeUtil.escape(java.io.Reader reader,
java.io.Writer writer,
PropertiesValueEscapeLevel escapeLevel) |
|
(package private) static java.lang.String |
PropertiesValueEscapeUtil.escape(java.lang.String text,
PropertiesValueEscapeLevel escapeLevel) |
|
static void |
PropertiesEscape.escapePropertiesValue(char[] text,
int offset,
int len,
java.io.Writer writer,
PropertiesValueEscapeLevel level) |
Perform a (configurable) Java Properties Value escape operation on a String input.
|
static void |
PropertiesEscape.escapePropertiesValue(java.io.Reader reader,
java.io.Writer writer,
PropertiesValueEscapeLevel level) |
Perform a (configurable) Java Properties Value escape operation on a Reader input,
writing results to a Writer.
|
static void |
PropertiesEscape.escapePropertiesValue(java.lang.String text,
java.io.Writer writer,
PropertiesValueEscapeLevel level) |
Perform a (configurable) Java Properties Value escape operation on a String input,
writing results to a Writer.
|
static java.lang.String |
PropertiesEscape.escapePropertiesValue(java.lang.String text,
PropertiesValueEscapeLevel level) |
Perform a (configurable) Java Properties Value escape operation on a String input.
|