public final class Set extends Command
| Constructor and Description |
|---|
Set(java.lang.Object key,
java.lang.Object value)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
run()
Executes the command and serializes the result (internal call).
|
boolean |
updating(Context ctx)
Checks if the command performs updates/write operations.
|
build, close, error, execute, execute, getOption, getOption, info, info, newData, pinned, result, run, setInput, setInput, stoppable, supportsProg, toString, updatedpublic Set(java.lang.Object key, java.lang.Object value)
key - propertyvalue - value to set (optional, depending on the property)protected boolean run()
Command