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 ProcessRunner
ProcessRunner. withStdErrHandler(OutputHandler stdErrHandler)
Adds a block to handle lines output this process' stderr.ProcessRunner
ProcessRunner. withStdOutHandler(OutputHandler stdOutHandler)
Adds a block to handle lines output this process' stdout.
-