public class RemoveCommentsHandler extends Object implements CommandLineHandler
Constructor and Description |
---|
RemoveCommentsHandler() |
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 argument,
PreprocessorContext configurator)
Process a command line key
|
public String getDescription()
CommandLineHandler
getDescription
in interface CommandLineHandler
public boolean processCommandLineKey(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 String getKeyName()
CommandLineHandler
getKeyName
in interface CommandLineHandler
Copyright © 2011–2021 Igor Maznitsa. All rights reserved.