| 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. |
| org.gradle.external.javadoc |
Classes to run Javadoc.
|
| Modifier and Type | Method and Description |
|---|---|
FileCollection |
AntlrTask.getAntlrClasspath()
Returns the classpath containing the Ant ANTLR task implementation.
|
| Modifier and Type | Method and Description |
|---|---|
FileCollection |
Upload.getArtifacts()
Returns the artifacts which will be uploaded.
|
FileCollection |
JavaExec.getBootstrapClasspath()
Returns the bootstrap classpath to use for the process.
|
FileCollection |
JavaExec.getClasspath()
Returns the classpath for executing the main class.
|
FileTree |
SourceTask.getSource()
Returns the source for this task, after the include and exclude patterns have been applied.
|
FileCollection |
AbstractCopyTask.getSource()
Returns the source files for this task.
|
| Modifier and Type | Method and Description |
|---|---|
FileCollection |
AbstractCompile.getClasspath()
Returns the classpath to use to compile the source files.
|
FileCollection |
GroovyCompile.getGroovyClasspath()
Returns the classpath containing the version of Groovy to use for compilation.
|
| Modifier and Type | Method and Description |
|---|---|
FileCollection |
Javadoc.getClasspath()
Returns the classpath to use to resolve type references in the source code.
|
FileCollection |
Groovydoc.getClasspath()
Returns the classpath used to locate classes referenced by the documented sources.
|
FileCollection |
Groovydoc.getGroovyClasspath()
Returns the classpath containing the Groovy library to be used.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<File> |
ScalaDoc.getClasspath()
Returns the classpath to use to locate classes referenced by the documented source.
|
FileCollection |
ScalaDoc.getScalaClasspath()
Returns the classpath to use to load the ScalaDoc tool.
|
FileCollection |
ScalaCompile.getScalaClasspath()
Returns the classpath to use to load the Scala compiler.
|
| Modifier and Type | Method and Description |
|---|---|
FileTree |
Test.getCandidateClassFiles()
Returns the classes files to scan for test classes.
|
FileCollection |
Test.getClasspath()
Returns the classpath to use to execute the tests.
|
List<File> |
Test.getTestSrcDirs()
Returns the directories containing the test source.
|
| Modifier and Type | Method and Description |
|---|---|
List<File> |
MinimalJavadocOptions.getBootClasspath() |
List<File> |
MinimalJavadocOptions.getDocletpath() |
List<File> |
MinimalJavadocOptions.getExtDirs() |
Copyright © 2013. All rights reserved