public interface CommandLineHandler
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Get the description of the key (it will be printed into the help text)
|
String |
getKeyName()
Get the key name for the handler
|
boolean |
processCommandLineKey(String key,
PreprocessorContext context)
Process a command line key
|
String getKeyName()
String getDescription()
boolean processCommandLineKey(String key, PreprocessorContext context)
key - the command line key to be processed, must not be nullcontext - the preprocessor context, must not be nullCopyright © 2011–2019 Igor Maznitsa. All rights reserved.