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 OutputFormatterAbstractExternalCommand. m_OutputFormatterthe output formatter in use.Methods in adams.core.command that return OutputFormatter Modifier and Type Method Description protected OutputFormatterAbstractExternalCommand. getDefaultOutputFormatter()Returns the default output formatter.OutputFormatterAbstractExternalCommand. getOutputFormatter()Returns the formatter for the output that is being forwarded.OutputFormatterExternalCommand. 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 voidAbstractExternalCommand. setOutputFormatter(OutputFormatter value)Sets the formatter for the output that is being forwarded.voidExternalCommand. 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 classAbstractOutputFormatterAncestor for output formatters.classLineSplitSplits the incoming data on the new line character and forwards string arrays.classPassThroughSimply forwards the received output without any processing.
-