Package org.apache.maven.wrapper.cli
Class AbstractPropertiesCommandLineConverter
java.lang.Object
org.apache.maven.wrapper.cli.AbstractCommandLineConverter<Map<String,String>>
org.apache.maven.wrapper.cli.AbstractPropertiesCommandLineConverter
- All Implemented Interfaces:
CommandLineConverter<Map<String,
String>>
- Direct Known Subclasses:
ProjectPropertiesCommandLineConverter
,SystemPropertiesCommandLineConverter
public abstract class AbstractPropertiesCommandLineConverter
extends AbstractCommandLineConverter<Map<String,String>>
Converter form properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(CommandLineParser parser) convert
(ParsedCommandLine options, Map<String, String> properties) protected abstract String
protected abstract String
protected abstract String
Methods inherited from class org.apache.maven.wrapper.cli.AbstractCommandLineConverter
convert, convert, convert
-
Constructor Details
-
AbstractPropertiesCommandLineConverter
public AbstractPropertiesCommandLineConverter()
-
-
Method Details
-
getPropertyOption
-
getPropertyOptionDetailed
-
getPropertyOptionDescription
-
configure
-
newInstance
- Specified by:
newInstance
in classAbstractCommandLineConverter<Map<String,
String>>
-
convert
public Map<String,String> convert(ParsedCommandLine options, Map<String, String> properties) throws CommandLineArgumentException- Throws:
CommandLineArgumentException
-