C# Class AppHarbor.Commands.HostnameCommand

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

Public Methods

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

Protected Methods

Method Description
InnerExecute ( string arguments ) : void

Method Details

HostnameCommand() public method

public HostnameCommand ( 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