Interface UserArgumentProcessor
-
- All Known Implementing Classes:
AbstractUserArgumentProcessor
,CeCPUserArgumentProcessor
,CeSideChainUserArgumentProcessor
,CeUserArgumentProcessor
,FatCatUserArgumentProcessor
,SmithWatermanUserArgumentProcessor
public interface UserArgumentProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
printHelp()
Print help about the argumentsvoid
process(String[] argv)
Process user arguments that have been provided from the command line
-
-
-
Method Detail
-
process
void process(String[] argv) throws ConfigurationException
Process user arguments that have been provided from the command line- Parameters:
argv
-- Throws:
ConfigurationException
-
-