AbstractUserArgumentProcessor
, CeCPUserArgumentProcessor
, CeSideChainUserArgumentProcessor
, CeUserArgumentProcessor
, FatCatUserArgumentProcessor
, SmithWatermanUserArgumentProcessor
public 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
- ConfigurationException
java.lang.String printHelp()