Uses of Interface
org.biojava.utils.process.OutputHandler
Packages that use OutputHandler
Package
Description
Classes and interfaces to execute external processes and to handle its input and output streams in multiple threads.
-
Uses of OutputHandler in org.biojava.utils.process
Classes in org.biojava.utils.process that implement OutputHandlerModifier and TypeClassDescriptionclassSimple output handler that pipes the output of an external process to an output stream.classSimple output handler that writes the output of an external process to an writer.Methods in org.biojava.utils.process that return OutputHandlerModifier and TypeMethodDescriptionExternalProcess.getErrorHandler()Gets the output error handler which is responsible for the standard error output of the external process.ExternalProcess.getOutputHandler()Gets the output handler which is responsible for the standard output of the external process.Methods in org.biojava.utils.process with parameters of type OutputHandlerModifier and TypeMethodDescriptionvoidExternalProcess.setErrorHandler(OutputHandler errorHandler) Sets the output error handler which is responsible for the standard error output of the external process.voidExternalProcess.setOutputHandler(OutputHandler outputHandler) Sets the output handler which is responsible for the standard output of the external process.