public class CLIFixSeenDB extends AbstractLauncher
This class is used as the entry point to the command line tool used to fix the seen database. It removes entries from the database that have not been correctly processed.
It has the following usage:
usage: mm-fix-seen-db [-c
Modifier and Type | Method and Description |
---|---|
protected IAtom |
hasAtom(java.util.List<IAtom> atoms,
java.lang.String atomName) |
static void |
main(java.lang.String[] args)
The entry point.
|
protected boolean |
processOptions(java.lang.String[] args,
org.apache.commons.cli.CommandLine cmd)
Used to check the CLI options are valid
|
protected boolean |
run()
This does the actual work of the tool.
|
getController, parseLongOption, processOptionsInternal, setConfig
addOption, checkSubCommand, displayHelp, doExit, fatal, fatal, getName, getOptions, getStderr, getStdout, handleBadSubCommandOption, info, init, launch, printOptions, printUsage, shouldDisplayHelp, warn
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static void main(java.lang.String[] args)
args
- The argumentsprotected boolean run()
run
in class BaseLauncher
protected boolean processOptions(java.lang.String[] args, org.apache.commons.cli.CommandLine cmd)
processOptions
in class AbstractLauncher
cmd
- The CLI options