| Interface | Description |
|---|---|
| ScriptAware | |
| ScriptCompiler |
Compiles a script into a
Script object. |
| ScriptCompilerFactory |
A factory for script compilers.
|
| ScriptExecutionListener | |
| ScriptRunner<T extends Script> |
Executes a script of type T.
|
| ScriptSource |
The source for the text of a script, with some meta-info about the script.
|
| Transformer |
| Class | Description |
|---|---|
| CachingScriptSource | |
| DefaultScriptCompilerFactory | |
| DelegatingScriptSource | |
| Script |
The base class for all scripts executed by Gradle.
|
| StringScriptSource | |
| UriScriptSource |
A
ScriptSource which loads the script from a URI. |
| Exception | Description |
|---|---|
| ScriptCompilationException |
A
ScriptCompilationException is thrown when a script cannot be compiled. |
Copyright © 2013. All rights reserved