Uses of Interface
adams.core.command.output.OutputFormatter
-
Packages that use OutputFormatter Package Description adams.core.command adams.core.command.output -
-
Uses of OutputFormatter in adams.core.command
Fields in adams.core.command declared as OutputFormatter Modifier and Type Field Description protected OutputFormatter
AbstractExternalCommand. m_OutputFormatter
the output formatter in use.Methods in adams.core.command that return OutputFormatter Modifier and Type Method Description protected OutputFormatter
AbstractExternalCommand. getDefaultOutputFormatter()
Returns the default output formatter.OutputFormatter
AbstractExternalCommand. getOutputFormatter()
Returns the formatter for the output that is being forwarded.OutputFormatter
ExternalCommand. getOutputFormatter()
Returns the formatter to use for the output that is being forwarded.Methods in adams.core.command with parameters of type OutputFormatter Modifier and Type Method Description void
AbstractExternalCommand. setOutputFormatter(OutputFormatter value)
Sets the formatter for the output that is being forwarded.void
ExternalCommand. setOutputFormatter(OutputFormatter value)
Sets the formatter to use for the output that is being forwarded. -
Uses of OutputFormatter in adams.core.command.output
Classes in adams.core.command.output that implement OutputFormatter Modifier and Type Class Description class
AbstractOutputFormatter
Ancestor for output formatters.class
LineSplit
Splits the incoming data on the new line character and forwards string arrays.class
PassThrough
Simply forwards the received output without any processing.
-