public abstract class AbstractPropertiesCommandLineConverter extends AbstractCommandLineConverter<Map<String,String>>
| Constructor and Description |
|---|
AbstractPropertiesCommandLineConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(CommandLineParser parser) |
Map<String,String> |
convert(ParsedCommandLine options,
Map<String,String> properties) |
protected abstract String |
getPropertyOption() |
protected abstract String |
getPropertyOptionDescription() |
protected abstract String |
getPropertyOptionDetailed() |
protected Map<String,String> |
newInstance() |
convert, convert, convertpublic AbstractPropertiesCommandLineConverter()
protected abstract String getPropertyOption()
protected abstract String getPropertyOptionDetailed()
protected abstract String getPropertyOptionDescription()
public void configure(CommandLineParser parser)
protected Map<String,String> newInstance()
newInstance in class AbstractCommandLineConverter<Map<String,String>>public Map<String,String> convert(ParsedCommandLine options, Map<String,String> properties) throws CommandLineArgumentException
CommandLineArgumentExceptionCopyright © 2013–2022 The Apache Software Foundation. All rights reserved.