C# Class OpenIDE.Arguments.Handlers.HandleReactiveScriptHandler

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

Méthodes publiques

Méthode Description
Execute ( string args ) : void
HandleReactiveScriptHandler ( string token, Action dispatch, Func locator, ICodeEngineLocator codeEnginelocator ) : System

Private Methods

Méthode Description
getArguments ( string args ) : string[]

Method Details

Execute() public méthode

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

HandleReactiveScriptHandler() public méthode

public HandleReactiveScriptHandler ( string token, Action dispatch, Func locator, ICodeEngineLocator codeEnginelocator ) : System
token string
dispatch Action
locator Func
codeEnginelocator ICodeEngineLocator
Résultat System