org.quattor.pan.utils
Class EscapeUtils
java.lang.Object
org.quattor.pan.utils.EscapeUtils
public class EscapeUtils
- extends Object
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.
- Author:
- loomis
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
escape
public static String escape(String s)
unescape
public static String unescape(String s)
Copyright © 2011 Quattor. All Rights Reserved.