public final class CreateBackup extends Command
| Constructor and Description |
|---|
CreateBackup(java.lang.String arg)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
build(CommandBuilder cb)
Builds a string representation from the command.
|
java.lang.String |
pinned(Context ctx)
Checks if the database to be updated is opened (pinned) by a process in another JVM.
|
protected boolean |
run()
Executes the command and serializes the result (internal call).
|
boolean |
supportsProg()
Returns true if this command returns a progress value.
|
protected java.lang.String |
tit()
Returns short information on this process.
|
close, error, execute, execute, getOption, getOption, info, info, newData, result, run, setInput, setInput, stoppable, toString, updated, updatingpublic CreateBackup(java.lang.String arg)
arg - optional argumentprotected boolean run()
Commandpublic java.lang.String pinned(Context ctx)
Commandprotected java.lang.String tit()
Progresspublic boolean supportsProg()
CommandsupportsProg in class Commandpublic void build(CommandBuilder cb)
Command