Package | Description |
---|---|
org.basex | |
org.basex.api.client |
Client sessions.
|
org.basex.build.csv | |
org.basex.core |
Database core classes.
|
org.basex.core.cmd |
Database commands.
|
org.basex.util |
Utility classes.
|
org.basex.util.options |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseXGUI.parseArgs() |
static void |
BaseXServer.start(int port,
String... args)
Starts the database server in a separate process.
|
Constructor and Description |
---|
BaseXGUI(String... args)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalSession.add(String path,
InputStream input) |
void |
LocalSession.create(String name,
InputStream input) |
protected void |
LocalSession.execute(Command command,
OutputStream output) |
protected void |
LocalSession.execute(String command,
OutputStream output) |
void |
LocalSession.replace(String path,
InputStream input) |
void |
LocalSession.store(String path,
InputStream input) |
Modifier and Type | Method and Description |
---|---|
void |
CsvOptions.assign(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
String |
Command.execute(Context ctx)
Executes the command and returns the result as string.
|
void |
Command.execute(Context ctx,
OutputStream os)
Executes the command and prints the result to the specified output
stream.
|
Modifier and Type | Method and Description |
---|---|
static String |
Get.get(String name,
Context ctx)
Returns the value of the specified option.
|
Modifier and Type | Method and Description |
---|---|
BaseXException |
MainParser.usage()
Returns an exception with the command usage info.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
XMLAccess.attribute(String pref,
ANode node,
byte[] name)
Returns the value of the requested attribute, or an error.
|
static <E extends Enum<E>> |
XMLAccess.attribute(String pref,
ANode node,
byte[] name,
E[] values)
Returns an enum instance for the requested attribute.
|
int |
MainParser.number()
Returns the next positive numeric argument.
|
static <E extends Enum<E>> |
XMLAccess.value(String pref,
byte[] name,
E[] names)
Returns an enum instance for the requested value.
|
Modifier and Type | Method and Description |
---|---|
void |
Options.assign(String name,
String val)
Assigns a value after casting it to the correct type.
|
void |
Options.parse(String string)
Parses an option string and sets the options accordingly.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.