C# 클래스 Simple.Generator.Console.ContextBase

상속: System.MarshalByRefObject
파일 보기 프로젝트 열기: juanplopes/simple 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( string command, bool interactive ) : void

보호된 메소드들

메소드 설명
Configure ( ) : CommandResolver
ContextBase ( string projectText, string defaultEnv ) : System
Init ( ) : void
OnAfterExecute ( ICommand commandObject, string command, bool interactive ) : void
OnBeforeExecute ( ICommand commandObject, string command, bool interactive ) : void
OnBeforeParse ( string command, bool interactive ) : void

비공개 메소드들

메소드 설명
ConfigureLogging ( ) : void

메소드 상세

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

protected abstract Configure ( ) : CommandResolver
리턴 CommandResolver

ContextBase() 보호된 메소드

protected ContextBase ( string projectText, string defaultEnv ) : System
projectText string
defaultEnv string
리턴 System

Execute() 공개 메소드

public Execute ( string command, bool interactive ) : void
command string
interactive bool
리턴 void

Init() 보호된 메소드

protected Init ( ) : void
리턴 void

OnAfterExecute() 보호된 메소드

protected OnAfterExecute ( ICommand commandObject, string command, bool interactive ) : void
commandObject ICommand
command string
interactive bool
리턴 void

OnBeforeExecute() 보호된 메소드

protected OnBeforeExecute ( ICommand commandObject, string command, bool interactive ) : void
commandObject ICommand
command string
interactive bool
리턴 void

OnBeforeParse() 보호된 메소드

protected OnBeforeParse ( string command, bool interactive ) : void
command string
interactive bool
리턴 void