|
2010-01-26 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.epcglobal.llrp.helper.LLRPConfigParser
public class LLRPConfigParser
| Constructor Summary | |
|---|---|
LLRPConfigParser()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getString(java.lang.String str,
int fromIndex,
char startChar,
char endChar)
Get string with the specified str, from index, start char and end char parameters and return the String result. |
static byte[] |
parseByteArray(java.lang.String arrayContent)
Parse byte array with the specified array content parameter and return the byte[] result. |
static java.lang.Object |
parseConfig(java.lang.String str)
Parse config with the specified str parameter and return the Object result. |
static int[] |
parseIntArray(java.lang.String arrayContent)
Parse int array with the specified array content parameter and return the int[] result. |
static java.util.List |
parseList(java.lang.String listContent)
Parse list with the specified list content parameter and return the List result. |
static java.util.Map |
parseMap(java.lang.String mapContent)
Parse map with the specified map content parameter and return the Map result. |
static java.lang.String[] |
parseStringArray(java.lang.String arrayContent)
Parse string array with the specified array content parameter and return the String[] result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LLRPConfigParser()
| Method Detail |
|---|
public static java.lang.String getString(java.lang.String str,
int fromIndex,
char startChar,
char endChar)
str - The str (String) parameter.fromIndex - The from index (int) parameter.startChar - The start char (char) parameter.endChar - The end char (char) parameter.
String) value.public static byte[] parseByteArray(java.lang.String arrayContent)
arrayContent - The array content (String) parameter.
byte[]) value.public static java.lang.Object parseConfig(java.lang.String str)
str - The str (String) parameter.
Object) value.public static int[] parseIntArray(java.lang.String arrayContent)
arrayContent - The array content (String) parameter.
int[]) value.public static java.util.List parseList(java.lang.String listContent)
listContent - The list content (String) parameter.
List) value.public static java.util.Map parseMap(java.lang.String mapContent)
mapContent - The map content (String) parameter.
Map) value.public static java.lang.String[] parseStringArray(java.lang.String arrayContent)
arrayContent - The array content (String) parameter.
String[]) value.
|
2010-01-26 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||