|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.ipojo.parser.ParseUtils
public final class ParseUtils
Parser Utility Methods. This class contains helper method to parse iPOJO metadata.
Constructor Summary | |
---|---|
ParseUtils()
|
Method Summary | |
---|---|
static String[] |
parseArrays(String str)
Parses the iPOJO string form of an array as {a, b, c} or [a, b, c]. |
static List |
parseArraysAsList(String str)
Parses the string form of an array as {a, b, c} or [a, b, c] as a list. |
static String[] |
split(String toSplit,
String separator)
Split method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParseUtils()
Method Detail |
---|
public static String[] parseArrays(String str)
str
- the string form
public static List parseArraysAsList(String str)
str
- the string form
public static String[] split(String toSplit, String separator)
toSplit
- the String to splitseparator
- the separator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |