|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflex.messaging.util.StringUtils
public class StringUtils
| Field Summary | |
|---|---|
static String |
NEWLINE
The String to use for an OS specific line separator. |
| Constructor Summary | |
|---|---|
StringUtils()
|
|
| Method Summary | |
|---|---|
static boolean |
findMatchWithWildcard(char[] src,
char[] pat)
|
static boolean |
isEmpty(String string)
Returns true if a string is null or empty. |
static String |
prettifyString(String string)
Returns a prettified version of the string, or the original string if the operation is not possible. |
static String |
prettifyXML(String xml)
Returns a prettified version of the XML, with indentations and linefeeds. |
static String |
substitute(String str,
String from,
String to)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NEWLINE
| Constructor Detail |
|---|
public StringUtils()
| Method Detail |
|---|
public static String substitute(String str,
String from,
String to)
public static boolean findMatchWithWildcard(char[] src,
char[] pat)
public static String prettifyXML(String xml)
public static String prettifyString(String string)
public static boolean isEmpty(String string)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/util/StringUtils.html