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

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

공개 메소드들

메소드 설명
EditorHandler ( string rootPath, OpenIDE editorFactory, EnvironmentService environment, Action dispatch ) : System
Execute ( string arguments ) : void

메소드 상세

EditorHandler() 공개 메소드

public EditorHandler ( string rootPath, OpenIDE editorFactory, EnvironmentService environment, Action dispatch ) : System
rootPath string
editorFactory OpenIDE
environment OpenIDE.Core.Environments.EnvironmentService
dispatch Action
리턴 System

Execute() 공개 메소드

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