C# Class OpenIDE.Arguments.Handlers.EditorHandler

Inheritance: ICommandHandler
显示文件 Open project: continuoustests/OpenIDE

Public Methods

Method Description
EditorHandler ( string rootPath, OpenIDE editorFactory, EnvironmentService environment, Action dispatch ) : System
Execute ( string arguments ) : void

Method Details

EditorHandler() public method

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

Execute() public method

public Execute ( string arguments ) : void
arguments string
return void