Modifier | Constructor and Description |
---|---|
protected |
Main(String[] args)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract String |
header()
Returns a header string for command-line information.
|
protected abstract void |
parseArgs()
Parses the command-line arguments, specified by the user.
|
abstract String |
usage()
Returns a usage string for command-line information.
|
protected Main(String[] args)
args
- command-line argumentspublic abstract String header()
public abstract String usage()
protected abstract void parseArgs() throws IOException
IOException
- I/O exceptionCopyright © 2005–2015 BaseX Team. All rights reserved.