C# Class AppHarbor.Commands.AppCommand

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

Méthodes publiques

Méthode Description
AppCommand ( IAppHarborClient appharborClient, TextWriter writer ) : System.IO

Méthodes protégées

Méthode Description
InnerExecute ( string arguments ) : void

Method Details

AppCommand() public méthode

public AppCommand ( IAppHarborClient appharborClient, TextWriter writer ) : System.IO
appharborClient IAppHarborClient
writer System.IO.TextWriter
Résultat System.IO

InnerExecute() protected méthode

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