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 StdErrProcessorAbstractExternalCommand. m_StdErrProcessorthe handler for processing output on stderr.Methods in adams.core.command that return StdErrProcessor Modifier and Type Method Description protected StdErrProcessorAbstractExternalCommand. getDefaultStdErrProcessor()Returns the default handler for processing output on stderr.StdErrProcessorAbstractExternalCommand. getStdErrProcessor()Returns the handler for processing the output received on stderr.StdErrProcessorExternalCommand. 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 voidAbstractExternalCommand. setStdErrProcessor(StdErrProcessor value)Sets the handler for processing the output received on stderr.voidExternalCommand. 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 classAbstractStdErrProcessorAncestor for processing the command output received on stderr.classCallableActorSinkForwards the data to the callable actor sink.classEnqueueAdds the output from stderr to the specified queue.classLogOutputs the data received from the command's stderr via its logger instance.classNullSimply suppresses any output.
-