public class LocalMapPut extends AnnotatedCommand
| Constructor and Description | 
|---|
| LocalMapPut() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | process(CommandProcess process)Process the command, when the command is done processing it should call the  CommandProcess.end()method. | 
| void | setKey(String key) | 
| void | setMap(String map) | 
| void | setValue(String value) | 
cli, complete, namepublic void setMap(String map)
public void setKey(String key)
public void setValue(String value)
public void process(CommandProcess process)
AnnotatedCommandCommandProcess.end() method.process in class AnnotatedCommandprocess - the command processCopyright © 2021 Eclipse. All rights reserved.