Frames | No Frames |
org.aopalliance.aop.Advice
implementation usefull to do things with
Sink
s.ByLineSource
default implementation
strings
contains String string
.string
within list strings
.escape(String)
and unescape(String)
.escape(String)
but puts a double quote character ('\"')
around the escaped string.oldSub
by substring newSub
inside String string
.string
at occurences of char
separatorChar
.unescape(String)
but removes the double quote characters
('\"'), if any, before unescaping the string.