C# Class AppHarbor.Commands.ConfigCommand

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

Public Methods

Method Description
ConfigCommand ( IApplicationConfiguration applicationConfiguration, IAppHarborClient appharborClient, TextWriter writer ) : System.IO

Protected Methods

Method Description
InnerExecute ( string arguments ) : void

Method Details

ConfigCommand() public method

public ConfigCommand ( IApplicationConfiguration applicationConfiguration, IAppHarborClient appharborClient, TextWriter writer ) : System.IO
applicationConfiguration IApplicationConfiguration
appharborClient IAppHarborClient
writer System.IO.TextWriter
return System.IO

InnerExecute() protected method

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