C# Class Spring.Data.Gemfire.HelloWorld.CommandProcessor

Entity processing and interpreting shell commands.
Afficher le fichier Open project: spring-projects/spring-gemfire-net

Méthodes publiques

Méthode Description
AwaitCommands ( ) : void
CommandProcessor ( ) : System
ProcessCommands ( ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
InitHelp ( ) : string
IsMatch ( string command, string userText ) : bool
Process ( string expr ) : string

Method Details

AwaitCommands() public méthode

public AwaitCommands ( ) : void
Résultat void

CommandProcessor() public méthode

public CommandProcessor ( ) : System
Résultat System

ProcessCommands() public méthode

public ProcessCommands ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void