C# Class OpenIDE.Arguments.Handlers.OutputListener

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

Méthodes publiques

Méthode Description
Execute ( string arguments ) : void
OutputListener ( string token, Action dispatch, ICodeEngineLocator locator ) : System

Private Methods

Méthode Description
shouldFollow ( string &args ) : bool
watchAll ( string &args ) : bool
watchOutput ( object state ) : void

Method Details

Execute() public méthode

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

OutputListener() public méthode

public OutputListener ( string token, Action dispatch, ICodeEngineLocator locator ) : System
token string
dispatch Action
locator ICodeEngineLocator
Résultat System