C# 클래스 Spring.Data.Gemfire.HelloWorld.CommandProcessor

Entity processing and interpreting shell commands.
파일 보기 프로젝트 열기: spring-projects/spring-gemfire-net

공개 메소드들

메소드 설명
AwaitCommands ( ) : void
CommandProcessor ( ) : System
ProcessCommands ( ) : void
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
InitHelp ( ) : string
IsMatch ( string command, string userText ) : bool
Process ( string expr ) : string

메소드 상세

AwaitCommands() 공개 메소드

public AwaitCommands ( ) : void
리턴 void

CommandProcessor() 공개 메소드

public CommandProcessor ( ) : System
리턴 System

ProcessCommands() 공개 메소드

public ProcessCommands ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void