C# 클래스 AppHarbor.Commands.CreateAppCommand

상속: Command
파일 보기 프로젝트 열기: appharbor/appharbor-cli 1 사용 예제들

공개 메소드들

메소드 설명
CreateAppCommand ( IAppHarborClient appHarborClient, IApplicationConfiguration applicationConfiguration, TextWriter textWriter ) : System.IO

보호된 메소드들

메소드 설명
InnerExecute ( string arguments ) : void

메소드 상세

CreateAppCommand() 공개 메소드

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

InnerExecute() 보호된 메소드

protected InnerExecute ( string arguments ) : void
arguments string
리턴 void