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 StdOutProcessor
AbstractExternalCommand. m_StdOutProcessor
the handler for processing output on stderr.Methods in adams.core.command that return StdOutProcessor Modifier and Type Method Description protected StdOutProcessor
AbstractExternalCommand. getDefaultStdOutProcessor()
Returns the default handler for processing output on stdout.StdOutProcessor
AbstractExternalCommand. getStdOutProcessor()
Returns the handler for processing the output received on stdout.StdOutProcessor
ExternalCommand. 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 void
AbstractExternalCommand. setStdOutProcessor(StdOutProcessor value)
Sets the handler for processing the output received on stdout.void
ExternalCommand. 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 class
AbstractStdOutProcessor
Ancestor for processing the command output received on stdout.class
CallableActorSink
Forwards the data to the callable actor sink.class
Enqueue
Adds the output from stdout to the specified queue.class
Log
Outputs the data received from the command's stdout via its logger instance.class
Null
Simply suppresses any output.
-