public interface

CommandAware

com.atlassian.bitbucket.scm.CommandAware

Class Overview

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.

Summary

Public Methods
void setCommand(Command<?> command)
Called prior to process to provide the Command the handler will be processing.

Public Methods

public void setCommand (Command<?> command)

Called prior to process to provide the Command the handler will be processing.

Parameters
command the command for which the handler will process input or output