Interface CommandInputHandler

All Superinterfaces:
CommandHandlerSupport

public interface CommandInputHandler extends CommandHandlerSupport
Describes an InputHandler which provides data to the standard input stream for a Command to process.

The format of data a command expects to receive on standard input, if any, is highly command-specific. As a result, nothing about the format of the data provided by this handler is proscribed by this interface; instead, it is left to the implementor to understand the needs of the command they are executing and provide appropriate input.

See Also: