| Package | Description |
|---|---|
| org.gradle.launcher | |
| org.gradle.launcher.cli | |
| org.gradle.launcher.daemon.bootstrap | |
| org.gradle.launcher.exec |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Main.doAction(ExecutionListener listener) |
| Modifier and Type | Method and Description |
|---|---|
Action<ExecutionListener> |
CommandLineActionFactory.convert(List<String> args)
Converts the given command-line arguments to an
Action which performs the action requested by the
command-line args. |
Action<ExecutionListener> |
CommandLineAction.createAction(CommandLineParser parser,
ParsedCommandLine commandLine)
Creates an executable action from the given command-line args.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RunBuildAction.execute(ExecutionListener executionListener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DaemonMain.doAction(ExecutionListener listener) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
EntryPoint.doAction(ExecutionListener listener) |
void |
ExceptionReportingAction.execute(ExecutionListener executionListener) |
| Constructor and Description |
|---|
ExceptionReportingAction(Action<ExecutionListener> action,
Action<Throwable> reporter) |
Copyright © 2013. All rights reserved