Uses of Interface
gw.util.process.OutputHandler
-
Packages that use OutputHandler Package Description gw.util.process -
-
Uses of OutputHandler in gw.util.process
Methods in gw.util.process with parameters of type OutputHandler Modifier and Type Method Description ProcessRunnerProcessRunner. withStdErrHandler(OutputHandler stdErrHandler)Adds a block to handle lines output this process' stderr.ProcessRunnerProcessRunner. withStdOutHandler(OutputHandler stdOutHandler)Adds a block to handle lines output this process' stdout.
-