C# Class OpenIDE.Arguments.Handlers.OutputListener

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

Public Methods

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

Private Methods

Method Description
shouldFollow ( string &args ) : bool
watchAll ( string &args ) : bool
watchOutput ( object state ) : void

Method Details

Execute() public method

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

OutputListener() public method

public OutputListener ( string token, Action dispatch, ICodeEngineLocator locator ) : System
token string
dispatch Action
locator ICodeEngineLocator
return System