LineProcessor
and
InputProcessor
, two interfaces
used for line-by-line input processing, and provides some basic
implementations for both interfaces.See: Description
Interface | Description |
---|---|
InputProcessor |
An
InputProcessor is used by a MultipleInputLineProcessor to
process line based data from multiple Input devices. |
LineProcessor |
A
LineProcessor is a program or device that processes line based
data. |
Class | Description |
---|---|
AbstractLineProcessor<A extends Arguments<A>> |
Abstract base implementation for
LineProcessor returned by the
execute method of commands constructed with a reference to the command plus
context and output passed to
Command.execute(ExecutionContext, LineProcessor) . |
DefaultInputProcessor |
The
DefaultInputProcessor simply writes every line passed to
DefaultInputProcessor.processLine(Input, Line, LineProcessor) to the output. |
InputLineProcessor |
A line processor for a single input
|
MultipleInputLineProcessor |
A line processor for multiple inputs processing the same operation for each
input object individually.
|
RedirectInputLineProcessor |
A line processor redirects a given
Input stream to the standard input
of a command. |
LineProcessor
and
InputProcessor
, two interfaces
used for line-by-line input processing, and provides some basic
implementations for both interfaces.Copyright © 2024. All rights reserved.