public final class ShowUsers extends Command
| Constructor and Description |
|---|
ShowUsers()
Default constructor.
|
ShowUsers(java.lang.String db)
Constructor, specifying a database.
|
| 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 ShowUsers()
public ShowUsers(java.lang.String db)
db - database (for showing users)protected boolean run()
throws java.io.IOException
Commandpublic void build(CommandBuilder cb)
Command