public class CLI extends Object
| Constructor and Description |
|---|
CLI() |
| Modifier and Type | Method and Description |
|---|---|
void |
annotate(InputStream inputStream,
OutputStream outputStream) |
static void |
main(String[] args) |
void |
parseCLI(String[] args)
Parse the command interface parameters with the argParser.
|
public static void main(String[] args) throws IOException, org.jdom2.JDOMException
IOExceptionorg.jdom2.JDOMExceptionpublic final void parseCLI(String[] args) throws IOException, org.jdom2.JDOMException
args - the arguments passed through the CLIIOException - exception if problems with the incoming dataorg.jdom2.JDOMException - a xml exceptionpublic final void annotate(InputStream inputStream, OutputStream outputStream) throws IOException, org.jdom2.JDOMException
IOExceptionorg.jdom2.JDOMExceptionCopyright © 2015 IXA pipes. All rights reserved.