Package com.atlassian.bitbucket.scm
Interface CommandInputHandler
- All Superinterfaces:
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:
-
Method Summary
Methods inherited from interface com.atlassian.bitbucket.scm.CommandHandlerSupport
complete, setWatchdog
-
Method Details
-
process
- Throws:
IOException
-