public interface CommandLineHandler
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Get the description of the key (it will be printed into the help text)
|
java.lang.String |
getKeyName()
Get the key name for the handler
|
boolean |
processCommandLineKey(java.lang.String key,
PreprocessorContext context)
Process a command line key
|
java.lang.String getKeyName()
java.lang.String getDescription()
boolean processCommandLineKey(java.lang.String key,
PreprocessorContext context)
key - the command line key to be processed, must not be nullcontext - the preprocessor context, must not be null