Package | Description |
---|---|
org.apache.maven.wrapper.cli |
Modifier and Type | Method and Description |
---|---|
ParsedCommandLine |
CommandLineParser.parse(Iterable<String> commandLine)
Parses the given command-line.
|
ParsedCommandLine |
CommandLineParser.parse(String... commandLine)
Parses the given command-line.
|
Modifier and Type | Method and Description |
---|---|
T |
AbstractCommandLineConverter.convert(ParsedCommandLine args) |
T |
CommandLineConverter.convert(ParsedCommandLine args) |
Map<String,String> |
AbstractPropertiesCommandLineConverter.convert(ParsedCommandLine options,
Map<String,String> properties) |
T |
CommandLineConverter.convert(ParsedCommandLine args,
T target) |
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.