public final class Parser extends Object
Modifier and Type | Method and Description |
---|---|
static Clause[] |
parseClauses(String[] ss) |
static String[] |
parseDelimitedString(String value,
String delim)
Parses delimited string and returns an array containing the tokens.
|
static Clause[] |
parseHeader(String header) |
public static Clause[] parseHeader(String header) throws IllegalArgumentException
IllegalArgumentException
public static Clause[] parseClauses(String[] ss) throws IllegalArgumentException
IllegalArgumentException
public static String[] parseDelimitedString(String value, String delim)
value
- the delimited string to parse.delim
- the characters delimiting the tokens.Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.