|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.jnrpe.utils.StringUtils
public final class StringUtils
A simple string util class.
Method Summary | |
---|---|
static String[] |
split(String string,
boolean ignoreQuotes)
This is a simple utility to split strings. |
static String[] |
split(String string,
char separator,
boolean ignoreQuotes)
Splits the given string using as separator the separator character. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String[] split(String string, boolean ignoreQuotes)
string
- The string to splitignoreQuotes
- For future implementation
public static String[] split(String string, char separator, boolean ignoreQuotes)
separator
character.
string
- The string to be splittedseparator
- The separator characterignoreQuotes
- true
if the quotes
must be ignored.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |