|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ivy.osgi.util.ParseUtil
public class ParseUtil
| Constructor Summary | |
|---|---|
ParseUtil()
|
|
| Method Summary | |
|---|---|
static java.lang.String[] |
parseDelimitedString(java.lang.String value,
java.lang.String delim)
Parses delimited string and returns an array containing the tokens. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParseUtil()
| Method Detail |
|---|
public static java.lang.String[] parseDelimitedString(java.lang.String value,
java.lang.String delim)
value - the delimited string to parse.delim - the characters delimiting the tokens.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||