AbstractUserArgumentProcessor, CeCPUserArgumentProcessor, CeSideChainUserArgumentProcessor, CeUserArgumentProcessor, FatCatUserArgumentProcessor, SmithWatermanUserArgumentProcessorpublic interface UserArgumentProcessor
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
printHelp() |
Print help about the arguments
|
void |
process(java.lang.String[] argv) |
Process user arguments that have been provided from the command line
|
void process(java.lang.String[] argv)
throws ConfigurationException
argv - ConfigurationExceptionjava.lang.String printHelp()