C# Class AppHarbor.Commands.InfoAppCommand

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

Public Methods

Method Description
InfoAppCommand ( IAppHarborClient client, IApplicationConfiguration applicationConfiguration, TextWriter writer ) : System.IO

Protected Methods

Method Description
InnerExecute ( string arguments ) : void

Method Details

InfoAppCommand() public method

public InfoAppCommand ( IAppHarborClient client, IApplicationConfiguration applicationConfiguration, TextWriter writer ) : System.IO
client IAppHarborClient
applicationConfiguration IApplicationConfiguration
writer System.IO.TextWriter
return System.IO

InnerExecute() protected method

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