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

Afficher le fichier Open project: continuoustests/OpenIDE

Méthodes publiques

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

Method Details

Handler() public méthode

public Handler ( string arguments, string responses ) : System
arguments string
responses string
Résultat System

Matches() public méthode

public Matches ( string args ) : bool
args string
Résultat bool

WriteResponses() public méthode

public WriteResponses ( Action lineWriter ) : void
lineWriter Action
Résultat void