public class BaseX extends CLI
Modifier and Type | Method and Description |
---|---|
String |
header()
Returns a header string for command-line information.
|
static void |
main(String... args)
Main method, launching the standalone mode.
|
protected void |
parseArgs()
Parses the command-line arguments, specified by the user.
|
String |
usage()
Returns a usage string for command-line information.
|
public BaseX(String... args) throws IOException
args
- command-line argumentsIOException
- I/O exceptionpublic static void main(String... args)
-h
argument.args
- command-line argumentsprotected final void parseArgs() throws IOException
Main
parseArgs
in class Main
IOException
- I/O exceptionpublic String header()
Main
Copyright © 2005–2015 BaseX Team. All rights reserved.