C# Class OpenIDE.Core.FileSystem.OiLnkReader.Handler

Datei anzeigen Open project: continuoustests/OpenIDE

Public Methods

Method Description
Handler ( string arguments, string responses ) : System
Matches ( string args ) : bool
WriteResponses ( Action lineWriter ) : void

Method Details

Handler() public method

public Handler ( string arguments, string responses ) : System
arguments string
responses string
return System

Matches() public method

public Matches ( string args ) : bool
args string
return bool

WriteResponses() public method

public WriteResponses ( Action lineWriter ) : void
lineWriter Action
return void