com.atlassian.bitbucket.scm.CommandAware |
An interface to be implemented by a CommandErrorHandler
, CommandInputHandler
or
CommandOutputHandler
that wishes to be provided the Command
it will be processing.
The command will be set before the handler's relevant process
method is called.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called prior to
process to provide the Command the handler will be processing. |
Called prior to process
to provide the Command
the handler will be processing.
command | the command for which the handler will process input or output |
---|