C# 클래스 OpenIDE.Arguments.Handlers.CreateReactiveScriptHandler

상속: ICommandHandler
파일 보기 프로젝트 열기: continuoustests/OpenIDE

공개 메소드들

메소드 설명
CreateReactiveScriptHandler ( string token, Action dispatch ) : System
Execute ( string arguments ) : void

비공개 메소드들

메소드 설명
getExtension ( string name ) : string
getFileName ( string name ) : string
getPath ( string arguments ) : string
run ( string cmd, string arguments ) : void

메소드 상세

CreateReactiveScriptHandler() 공개 메소드

public CreateReactiveScriptHandler ( string token, Action dispatch ) : System
token string
dispatch Action
리턴 System

Execute() 공개 메소드

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