|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.quattor.pan.utils.EscapeUtils
public class EscapeUtils
This class regroups methods used to escape and unescape string. The escape method permits any string (well those containing only ASCII characters) to be converted a valid nlist key. The unescape method will invert the conversion.
| Method Summary | |
|---|---|
static java.lang.String |
escape(java.lang.String s)
|
static java.lang.String |
unescape(java.lang.String s)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String escape(java.lang.String s)
public static java.lang.String unescape(java.lang.String s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||