C# 클래스 AppHarbor.Command

파일 보기 프로젝트 열기: appharbor/appharbor-cli

공개 메소드들

메소드 설명
Command ( ) : System.IO
Execute ( string arguments ) : void
WriteUsage ( string invokedWith, TextWriter writer ) : void

보호된 메소드들

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

메소드 상세

Command() 공개 메소드

public Command ( ) : System.IO
리턴 System.IO

Execute() 공개 메소드

public Execute ( string arguments ) : void
arguments string
리턴 void

InnerExecute() 보호된 추상적인 메소드

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

WriteUsage() 공개 메소드

public WriteUsage ( string invokedWith, TextWriter writer ) : void
invokedWith string
writer System.IO.TextWriter
리턴 void