public class BaseX extends Main
| Constructor and Description |
|---|
BaseX(java.lang.String... args)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String... args)
Main method, launching the standalone mode.
|
protected void |
parseArguments(java.lang.String[] args)
Parses the command-line arguments, specified by the user.
|
protected Session |
session()
Returns the session.
|
public BaseX(java.lang.String... args)
throws java.io.IOException
args - command-line argumentsjava.io.IOException - I/O exceptionpublic static void main(java.lang.String... args)
-h argument.args - command-line argumentsprotected Session session() throws java.io.IOException
Mainprotected final void parseArguments(java.lang.String[] args)
throws java.io.IOException
MainparseArguments in class Mainargs - command-line argumentsjava.io.IOException - I/O exception