public class CareForLastNextLineCharHandler extends Object implements CommandLineHandler
| Constructor and Description |
|---|
CareForLastNextLineCharHandler() |
| 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
|
public String getDescription()
CommandLineHandlergetDescription in interface CommandLineHandlerpublic boolean processCommandLineKey(String key, PreprocessorContext context)
CommandLineHandlerprocessCommandLineKey in interface CommandLineHandlerkey - the command line key to be processed, must not be nullcontext - the preprocessor context, must not be nullpublic String getKeyName()
CommandLineHandlergetKeyName in interface CommandLineHandlerCopyright © 2011–2019 Igor Maznitsa. All rights reserved.