Uses of Interface
adams.core.command.stderr.StdErrProcessor
-
Packages that use StdErrProcessor Package Description adams.core.command adams.core.command.stderr -
-
Uses of StdErrProcessor in adams.core.command
Fields in adams.core.command declared as StdErrProcessor Modifier and Type Field Description protected StdErrProcessor
AbstractExternalCommand. m_StdErrProcessor
the handler for processing output on stderr.Methods in adams.core.command that return StdErrProcessor Modifier and Type Method Description protected StdErrProcessor
AbstractExternalCommand. getDefaultStdErrProcessor()
Returns the default handler for processing output on stderr.StdErrProcessor
AbstractExternalCommand. getStdErrProcessor()
Returns the handler for processing the output received on stderr.StdErrProcessor
ExternalCommand. getStdErrProcessor()
Returns the handler for processing the output received on stderr.Methods in adams.core.command with parameters of type StdErrProcessor Modifier and Type Method Description void
AbstractExternalCommand. setStdErrProcessor(StdErrProcessor value)
Sets the handler for processing the output received on stderr.void
ExternalCommand. setStdErrProcessor(StdErrProcessor value)
Sets the handler for processing the output received on stderr. -
Uses of StdErrProcessor in adams.core.command.stderr
Classes in adams.core.command.stderr that implement StdErrProcessor Modifier and Type Class Description class
AbstractStdErrProcessor
Ancestor for processing the command output received on stderr.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.
-