Constructor and Description |
---|
Execute(String input)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
build(CmdBuilder cb)
Builds a string representation from the command.
|
void |
databases(LockResult lr)
Adds the names of the databases that may be touched by the process.
|
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 |
updating(Context ctx)
Checks if the command performs updates/write operations.
|
close, databases, error, execute, execute, finish, finishUpdate, getOption, getOption, info, info, init, run, run, setInput, setInput, startUpdate, stoppable, supportsProg, toString, toString, updated
abort, checkStop, det, detail, listen, proc, prog, progress, registered, registered, startTimeout, stop, stopTimeout, tit, title
public Execute(String input)
input
- user inputpublic final boolean newData(Context ctx)
Command
true
if this command will change the
Context.data()
reference. This method is required by the progress dialog in the
frontend.public final void databases(LockResult lr)
Proc
protected boolean run()
Command
public final boolean updating(Context ctx)
Command
public void build(CmdBuilder cb)
Command
Copyright © 2005–2015 BaseX Team. All rights reserved.