public interface UserArgumentProcessor
| Modifier and Type | Method and 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()