public final class CreateUser extends Command
| Constructor and Description |
|---|
CreateUser(java.lang.String name,
java.lang.String pw)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
build(CommandBuilder cb)
Builds a string representation from the command.
|
protected boolean |
run()
Executes the command and serializes the result (internal call).
|
close, error, execute, execute, getOption, getOption, info, info, newData, pinned, result, run, setInput, setInput, stoppable, supportsProg, toString, updated, updatingpublic CreateUser(java.lang.String name,
java.lang.String pw)
name - user namepw - passwordprotected boolean run()
Commandpublic void build(CommandBuilder cb)
Command