Uses of Interface
adams.core.command.stdout.StdOutProcessor
-
Packages that use StdOutProcessor Package Description adams.core.command adams.core.command.stdout -
-
Uses of StdOutProcessor in adams.core.command
Fields in adams.core.command declared as StdOutProcessor Modifier and Type Field Description protected StdOutProcessorAbstractExternalCommand. m_StdOutProcessorthe handler for processing output on stderr.Methods in adams.core.command that return StdOutProcessor Modifier and Type Method Description protected StdOutProcessorAbstractExternalCommand. getDefaultStdOutProcessor()Returns the default handler for processing output on stdout.StdOutProcessorAbstractExternalCommand. getStdOutProcessor()Returns the handler for processing the output received on stdout.StdOutProcessorExternalCommand. getStdOutProcessor()Returns the handler for processing the output received on stdout.Methods in adams.core.command with parameters of type StdOutProcessor Modifier and Type Method Description voidAbstractExternalCommand. setStdOutProcessor(StdOutProcessor value)Sets the handler for processing the output received on stdout.voidExternalCommand. setStdOutProcessor(StdOutProcessor value)Sets the handler for processing the output received on stdout. -
Uses of StdOutProcessor in adams.core.command.stdout
Classes in adams.core.command.stdout that implement StdOutProcessor Modifier and Type Class Description classAbstractStdOutProcessorAncestor for processing the command output received on stdout.classCallableActorSinkForwards the data to the callable actor sink.classEnqueueAdds the output from stdout to the specified queue.classLogOutputs the data received from the command's stdout via its logger instance.classNullSimply suppresses any output.
-