|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.core.Main
org.basex.BaseX
org.basex.BaseXClient
public final class BaseXClient
This is the starter class for the client console mode. All input is sent to the server instance.
Field Summary |
---|
Fields inherited from class org.basex.core.Main |
---|
console, context, newline, out, session, verbose |
Constructor Summary | |
---|---|
BaseXClient(java.lang.String... args)
Constructor. |
Method Summary | |
---|---|
static void |
main(java.lang.String... args)
Main method of the database client, launching a client instance. |
protected boolean |
sa()
Tests if this client is stand-alone. |
protected Session |
session()
Returns the session. |
Methods inherited from class org.basex.BaseX |
---|
parseArguments |
Methods inherited from class org.basex.core.Main |
---|
console, execute, execute, quit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseXClient(java.lang.String... args) throws java.io.IOException
args
- command-line arguments
java.io.IOException
- I/O exceptionMethod Detail |
---|
public static void main(java.lang.String... args)
-h
argument.
args
- command-line argumentsprotected boolean sa()
BaseX
sa
in class BaseX
protected Session session() throws java.io.IOException
Main
session
in class BaseX
java.io.IOException
- I/O exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |