public final class Restore extends Command
| Constructor and Description |
|---|
Restore(java.lang.String arg)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
newData(Context ctx)
Closes an open data reference and returns
true if this command will change
the Context.data reference. |
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.
|
build, close, error, execute, execute, getOption, getOption, info, info, pinned, result, run, setInput, setInput, stoppable, toString, updated, updatingpublic Restore(java.lang.String arg)
arg - optional argumentprotected boolean run()
Commandprotected java.lang.String tit()
Progresspublic boolean newData(Context ctx)
Commandtrue if this command will change
the Context.data reference. This method is required by the progress dialog
in the frontend.public boolean supportsProg()
CommandsupportsProg in class Command