Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
programName_ |
Constructor and Description |
---|
CLIOptions() |
CLIOptions(java.lang.String[] args)
Retrieves the first option, the sdtext program to run, and passes the
|
Modifier and Type | Method and Description |
---|---|
protected void |
isNull(CommandLineHelp helpMsg,
java.lang.Object... args) |
protected static void |
printError(CommandLineHelp program)
Prints program name, use, and command line options,
to be used when running a program that is missing a required
command line option
|
protected static void |
printHelp()
Prints SDText help screen-- this is all of the programs at once/and has their options
|
getConfigSpec, getDebugSpec, getDictionarySpec, getDirectorySpec, getFingerprintSpec, getInputSpec, getMatcherSpec, getMaxIdfSpec, getMinIdfSpec, getMinScore, getOutputSpec
public CLIOptions()
public CLIOptions(java.lang.String[] args)
args
- the options passed from the commandline to SdTextprotected static void printError(CommandLineHelp program)
program
- the program to print error message forprotected static void printHelp()
protected void isNull(CommandLineHelp helpMsg, java.lang.Object... args)