public final class Store extends ACreate
| Constructor and Description |
|---|
Store(java.lang.String path)
Constructor, specifying a target path.
|
Store(java.lang.String path,
java.lang.String input)
Constructor, specifying a target path and an input.
|
| 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).
|
static void |
store(org.xml.sax.InputSource in,
IOFile file)
Stores the specified source to the specified file.
|
build, cache, create, drop, newData, pinned, startUpdate, stoppable, stopUpdate, supportsProgclose, error, execute, execute, getOption, getOption, info, info, pinned, result, run, setInput, setInput, toString, updated, updatingpublic Store(java.lang.String path)
path - target pathpublic Store(java.lang.String path,
java.lang.String input)
path - target pathinput - input fileprotected boolean run()
Commandpublic static void store(org.xml.sax.InputSource in,
IOFile file)
throws java.io.IOException
in - input sourcefile - target filejava.io.IOException - I/O exceptionpublic void build(CommandBuilder cb)
Command