C# Class AppHarbor.Commands.CreateAppCommand

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

Public Methods

Method Description
CreateAppCommand ( IAppHarborClient appHarborClient, IApplicationConfiguration applicationConfiguration, TextWriter textWriter ) : System.IO

Protected Methods

Method Description
InnerExecute ( string arguments ) : void

Method Details

CreateAppCommand() public method

public CreateAppCommand ( IAppHarborClient appHarborClient, IApplicationConfiguration applicationConfiguration, TextWriter textWriter ) : System.IO
appHarborClient IAppHarborClient
applicationConfiguration IApplicationConfiguration
textWriter System.IO.TextWriter
return System.IO

InnerExecute() protected method

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