C# 클래스 OpenIDE.Core.RScripts.ReactiveScript

파일 보기 프로젝트 열기: continuoustests/OpenIDE 1 사용 예제들

공개 메소드들

메소드 설명
GetName ( string path ) : string
ReactiveScript ( string file, string keyPath, string>.Action outputDispatcher, Action dispatch ) : System
ReactiveScript ( string file, string keyPath, string>.Action outputDispatcher, Action dispatch, bool dispatchErrors ) : System
ReactsTo ( string @event ) : bool
Run ( string message ) : void
Shutdown ( ) : void
StartService ( ) : void

비공개 메소드들

메소드 설명
construct ( string file, string keyPath, string>.Action outputDispatcher, Action dispatch, bool dispatchErrors ) : void
getEvents ( ) : void
internalDispatch ( string message ) : void
runScript ( string message ) : void
startService ( ) : void
wildcardmatch ( string str, string pattern ) : bool

메소드 상세

GetName() 공개 정적인 메소드

public static GetName ( string path ) : string
path string
리턴 string

ReactiveScript() 공개 메소드

public ReactiveScript ( string file, string keyPath, string>.Action outputDispatcher, Action dispatch ) : System
file string
keyPath string
outputDispatcher string>.Action
dispatch Action
리턴 System

ReactiveScript() 공개 메소드

public ReactiveScript ( string file, string keyPath, string>.Action outputDispatcher, Action dispatch, bool dispatchErrors ) : System
file string
keyPath string
outputDispatcher string>.Action
dispatch Action
dispatchErrors bool
리턴 System

ReactsTo() 공개 메소드

public ReactsTo ( string @event ) : bool
@event string
리턴 bool

Run() 공개 메소드

public Run ( string message ) : void
message string
리턴 void

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void

StartService() 공개 메소드

public StartService ( ) : void
리턴 void