public class ProcessDependencyConverterRequest extends ProcessProtobufRequest
| Constructor and Description |
|---|
ProcessDependencyConverterRequest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
The inherited main program will either enhance a single document,
or will listen to stdin and enhance every document that comes in
until a terminator is sent or the stream closes
|
void |
processInputStream(java.io.InputStream in,
java.io.OutputStream out)
Process a single request from a stream, responding with basic dependencies for each tree
|
leftoverArgs, process, processMultipleInputspublic void processInputStream(java.io.InputStream in,
java.io.OutputStream out)
throws java.io.IOException
processInputStream in class ProcessProtobufRequestjava.io.IOExceptionpublic static void main(java.lang.String[] args)
throws java.io.IOException
java.io.IOException