Package | Description |
---|---|
org.biojava.utils.process |
Classes and interfaces to execute external processes and to handle its input and output streams in multiple threads.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleOutputHandler
Simple output handler
that pipes the output of an external process to an
output stream.
|
class |
WriterOutputHandler
Simple output handler
that writes the output of an external process to an
writer.
|
Modifier and Type | Method and Description |
---|---|
OutputHandler |
ExternalProcess.getErrorHandler()
Gets the output error handler which is responsible for the standard error
output of the external process.
|
OutputHandler |
ExternalProcess.getOutputHandler()
Gets the output handler which is responsible for the standard output
of the external process.
|
Modifier and Type | Method and Description |
---|---|
void |
ExternalProcess.setErrorHandler(OutputHandler errorHandler)
Sets the output error handler which is responsible for the standard error
output of the external process.
|
void |
ExternalProcess.setOutputHandler(OutputHandler outputHandler)
Sets the output handler which is responsible for the standard output
of the external process.
|
Copyright © 2014 BioJava. All rights reserved.