Uses of Class
adams.core.command.stderr.AbstractStdErrProcessor
-
Packages that use AbstractStdErrProcessor Package Description adams.core.command.stderr -
-
Uses of AbstractStdErrProcessor in adams.core.command.stderr
Subclasses of AbstractStdErrProcessor in adams.core.command.stderr Modifier and Type Class Description class
CallableActorSink
Forwards the data to the callable actor sink.class
Enqueue
Adds the output from stderr to the specified queue.class
Log
Outputs the data received from the command's stderr via its logger instance.class
Null
Simply suppresses any output.
-