| Package | Description |
|---|---|
| org.gradle.api.plugins.antlr |
A
Plugin for generating parsers from Antlr grammars. |
| org.gradle.api.tasks |
The standard
Task implementations. |
| org.gradle.api.tasks.compile |
The compilation
Task implementations. |
| org.gradle.api.tasks.javadoc |
The documentation generation
Task implementations. |
| org.gradle.api.tasks.scala |
Scala
Task implementations. |
| org.gradle.api.tasks.testing |
The unit testing
Task implementations. |
| Modifier and Type | Method and Description |
|---|---|
File |
AntlrTask.getOutputDirectory()
Returns the directory to generate the parser source files into.
|
| Modifier and Type | Method and Description |
|---|---|
File |
Sync.getDestinationDir()
Returns the directory to copy files into.
|
File |
Copy.getDestinationDir()
Returns the directory to copy files into.
|
| Modifier and Type | Method and Description |
|---|---|
File |
Compile.getDependencyCacheDir() |
File |
AbstractCompile.getDestinationDir()
Returns the directory to generate the
.class files into. |
| Modifier and Type | Method and Description |
|---|---|
File |
Javadoc.getDestinationDir()
Returns the directory to generate the documentation into.
|
File |
Groovydoc.getDestinationDir()
Returns the directory to generate the documentation into.
|
| Modifier and Type | Method and Description |
|---|---|
File |
ScalaDoc.getDestinationDir()
Returns the directory to generate the API documentation into.
|
| Modifier and Type | Method and Description |
|---|---|
File |
Test.getTestReportDir()
Returns the root folder for the test reports.
|
File |
Test.getTestResultsDir()
Returns the root folder for the test results.
|
Copyright © 2013. All rights reserved