public final class Check extends Command
| Constructor and Description |
|---|
Check(java.lang.String path)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Data |
check(Context ctx,
java.lang.String path)
Opens the specified database; create a new one if it does not exist.
|
protected boolean |
run()
Executes the command and serializes the result (internal call).
|
build, close, error, execute, execute, getOption, getOption, info, info, newData, pinned, result, run, setInput, setInput, stoppable, supportsProg, toString, updated, updatingpublic Check(java.lang.String path)
path - file pathprotected boolean run()
Command