public class Main extends AbstractMain
Modifier and Type | Field and Description |
---|---|
static String |
HISTORY_FILE |
allowNewSchema, databaseDescription, fieldTypeClasses, kvdb, readOnly, schemaClasses, schemaVersion, verbose
Constructor and Description |
---|
Main() |
Modifier and Type | Method and Description |
---|---|
protected String |
getName() |
static void |
main(String[] args) |
protected boolean |
parseOption(String option,
ArrayDeque<String> params)
Subclass hook to parse unrecognized command line options.
|
int |
run(String[] args) |
protected void |
usageMessage() |
appendClasspath, getDatabaseDescription, getPermazenFactory, getSchemaVersion, isAllowNewSchema, isReadOnly, loadClass, outputFlags, parseOptions, shutdownKVDatabase, startupKVDatabase
commandLoop, doMain, errout, handleCommand, parsePropertyFlags, usageError
public static final String HISTORY_FILE
protected boolean parseOption(String option, ArrayDeque<String> params)
AbstractMain
parseOption
in class AbstractMain
option
- command line option (starting with `-')params
- subsequent command line parametersprotected String getName()
getName
in class AbstractMain
protected void usageMessage()
usageMessage
in class MainClass
Copyright © 2022. All rights reserved.