C# Class AppHarbor.Commands.UserCommand

Inheritance: Command
Show file Open project: appharbor/appharbor-cli Class Usage Examples

Public Methods

Method Description
UserCommand ( IAppHarborClient appharborClient, TextWriter writer ) : System.IO

Protected Methods

Method Description
InnerExecute ( string arguments ) : void

Method Details

InnerExecute() protected method

protected InnerExecute ( string arguments ) : void
arguments string
return void

UserCommand() public method

public UserCommand ( IAppHarborClient appharborClient, TextWriter writer ) : System.IO
appharborClient IAppHarborClient
writer System.IO.TextWriter
return System.IO