public interface

CommandInputHandler

implements InputHandler
com.atlassian.bitbucket.scm.CommandInputHandler

Class Overview

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.

Summary

[Expand]
Inherited Methods
From interface com.atlassian.utils.process.InputHandler