C# Class OpenIDE.Arguments.Handlers.EditorHandler

Inheritance: ICommandHandler
Afficher le fichier Open project: continuoustests/OpenIDE

Méthodes publiques

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

Method Details

EditorHandler() public méthode

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

Execute() public méthode

public Execute ( string arguments ) : void
arguments string
Résultat void