Package org.basex
Class BaseX
java.lang.Object
org.basex.util.Main
org.basex.core.CLI
org.basex.BaseX
- Direct Known Subclasses:
BaseXClient
This is the starter class for the stand-alone console mode.
It executes all commands locally.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BaseX
Constructor.- Parameters:
args- command-line arguments- Throws:
IOException- I/O exception
-
-
Method Details
-
main
Main method, launching the standalone mode. Command-line arguments are listed with the-hargument.- Parameters:
args- command-line arguments
-
parseArgs
Description copied from class:MainParses the command-line arguments, specified by the user.- Specified by:
parseArgsin classMain- Throws:
IOException- I/O exception
-
header
Description copied from class:MainReturns a header string for command-line information. -
usage
Description copied from class:MainReturns a usage string for command-line information.
-