C# 클래스 OpenIDE.Core.FileSystem.OiLnkReader.Handler

파일 보기 프로젝트 열기: continuoustests/OpenIDE

공개 메소드들

메소드 설명
Handler ( string arguments, string responses ) : System
Matches ( string args ) : bool
WriteResponses ( Action lineWriter ) : void

메소드 상세

Handler() 공개 메소드

public Handler ( string arguments, string responses ) : System
arguments string
responses string
리턴 System

Matches() 공개 메소드

public Matches ( string args ) : bool
args string
리턴 bool

WriteResponses() 공개 메소드

public WriteResponses ( Action lineWriter ) : void
lineWriter Action
리턴 void