public class OutCharsetHandler extends java.lang.Object implements CommandLineHandler
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
ARG_NAME |
| Constructor and Description |
|---|
OutCharsetHandler() |
| 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
|
private static final java.lang.String ARG_NAME
public java.lang.String getKeyName()
CommandLineHandlergetKeyName in interface CommandLineHandlerpublic java.lang.String getDescription()
CommandLineHandlergetDescription in interface CommandLineHandlerpublic boolean processCommandLineKey(java.lang.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 null