com.atlassian.bamboo.utils
Class EscapeChars
java.lang.Object
com.atlassian.bamboo.utils.EscapeChars
public class EscapeChars
- extends Object
This class provides various character escaping utility methods,
Method Summary |
static String |
forURL(String queryString)
Used to ensure that HTTP query strings are in proper form, by escaping
special characters such as spaces. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EscapeChars
public EscapeChars()
forURL
public static String forURL(String queryString)
- Used to ensure that HTTP query strings are in proper form, by escaping
special characters such as spaces.
- Parameters:
queryString
- The string that need to be escaped
- Returns:
- The escaped version of the queryString.
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.