C# Class AppHarbor.Commands.CreateAppCommand

Inheritance: Command
Afficher le fichier Open project: appharbor/appharbor-cli Class Usage Examples

Méthodes publiques

Méthode Description
CreateAppCommand ( IAppHarborClient appHarborClient, IApplicationConfiguration applicationConfiguration, TextWriter textWriter ) : System.IO

Méthodes protégées

Méthode Description
InnerExecute ( string arguments ) : void

Method Details

CreateAppCommand() public méthode

public CreateAppCommand ( IAppHarborClient appHarborClient, IApplicationConfiguration applicationConfiguration, TextWriter textWriter ) : System.IO
appHarborClient IAppHarborClient
applicationConfiguration IApplicationConfiguration
textWriter System.IO.TextWriter
Résultat System.IO

InnerExecute() protected méthode

protected InnerExecute ( string arguments ) : void
arguments string
Résultat void