Package com.ocient.cli.extract
Class ExtractSyntaxParser
java.lang.Object
com.ocient.cli.extract.ExtractSyntaxParser
public class ExtractSyntaxParser extends Object
A utility class for parsing the "EXTRACT TO" syntax into its
configuration and query components
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExtractSyntaxParser.ParseResultA class to wrap the result of an "EXTRACT TO" parse -
Constructor Summary
Constructors Constructor Description ExtractSyntaxParser() -
Method Summary
Modifier and Type Method Description static ExtractSyntaxParser.ParseResultparse(String cmd)Parse an "EXTRACT TO" command
-
Constructor Details
-
ExtractSyntaxParser
public ExtractSyntaxParser()
-
-
Method Details
-
parse
Parse an "EXTRACT TO" command- Parameters:
cmd- the command string- Returns:
- the ParseResult from the command string
- Throws:
ParseException- if the command could not be parsed
-