Uses of Class
com.ocient.cli.ParseException
| Package | Description |
|---|---|
| com.ocient.cli.extract |
-
Uses of ParseException in com.ocient.cli.extract
Methods in com.ocient.cli.extract that throw ParseException Modifier and Type Method Description static List<String>ExtractSyntaxParser. stringTokenizer(String options)Seperates key and value(possible quoted) pairs into sets Ex: key1=val1,key2="val2",key3=val3 === [key1=val1, key2=val2, key3=val3]