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