public class RemoveCommentsHandler extends java.lang.Object implements CommandLineHandler
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
ARG_NAME |
Constructor and Description |
---|
RemoveCommentsHandler() |
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 argument,
PreprocessorContext configurator)
Process a command line key
|
private static final java.lang.String ARG_NAME
public java.lang.String getDescription()
CommandLineHandler
getDescription
in interface CommandLineHandler
public boolean processCommandLineKey(java.lang.String argument, PreprocessorContext configurator)
CommandLineHandler
processCommandLineKey
in interface CommandLineHandler
argument
- the command line key to be processed, must not be nullconfigurator
- the preprocessor context, must not be nullpublic java.lang.String getKeyName()
CommandLineHandler
getKeyName
in interface CommandLineHandler