public interface CommandInputHandler extends CommandHandlerSupport
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.
CommandAware| Modifier and Type | Method and Description |
|---|---|
void |
process(OutputStream input) |
complete, setWatchdogvoid process(@Nonnull OutputStream input) throws IOException
IOExceptionCopyright © 2024 Atlassian. All rights reserved.