|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CommandStatement
Represents GemFire Command Line Interface (CLI) command strings. Same
CommandStatement instance can be used multiple times to process the
same command string repeatedly.
| Method Summary | |
|---|---|
String |
getCommandString()
User specified command string |
Map<String,String> |
getEnv()
GemFire CLI Environment in a Map. |
Result |
process()
Processes this command statement with user specified command string & CLI Environment |
boolean |
validate()
Whether the command statement is well formed |
| Method Detail |
|---|
String getCommandString()
Map<String,String> getEnv()
Result process()
Result of execution of this command statementboolean validate()
|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||