| Package | Description |
|---|---|
| org.gradle.cli | |
| org.gradle.initialization | |
| org.gradle.launcher.cli | |
| org.gradle.logging.internal |
| 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 |
CommandLineConverter.convert(ParsedCommandLine args) |
T |
AbstractCommandLineConverter.convert(ParsedCommandLine args) |
Map<String,String> |
AbstractPropertiesCommandLineConverter.convert(ParsedCommandLine options,
Map<String,String> properties) |
T |
CommandLineConverter.convert(ParsedCommandLine args,
T target) |
| Modifier and Type | Method and Description |
|---|---|
StartParameter |
DefaultCommandLineConverter.convert(ParsedCommandLine options,
StartParameter startParameter) |
| Modifier and Type | Method and Description |
|---|---|
Action<ExecutionListener> |
CommandLineAction.createAction(CommandLineParser parser,
ParsedCommandLine commandLine)
Creates an executable action from the given command-line args.
|
| Modifier and Type | Method and Description |
|---|---|
LoggingConfiguration |
LoggingCommandLineConverter.convert(ParsedCommandLine commandLine,
LoggingConfiguration loggingConfiguration) |
Copyright © 2013. All rights reserved