Uses of Interface
gw.util.process.OutputHandler
Packages that use OutputHandler
-
Uses of OutputHandler in gw.util.process
Methods in gw.util.process with parameters of type OutputHandlerModifier and TypeMethodDescriptionProcessRunner.withStdErrHandler(OutputHandler stdErrHandler) Adds a block to handle lines output this process' stderr.ProcessRunner.withStdOutHandler(OutputHandler stdOutHandler) Adds a block to handle lines output this process' stdout.