| Package | Description |
|---|---|
| org.gradle.api.file |
Classes for working with files.
|
| org.gradle.api.internal.file | |
| org.gradle.api.internal.tasks | |
| org.gradle.api.plugins.antlr |
A
Plugin for generating parsers from Antlr grammars. |
| org.gradle.api.plugins.antlr.internal | |
| org.gradle.api.tasks |
The standard
Task implementations. |
| org.gradle.plugins.binaries.model |
Classes that model aspects of C++ projects.
|
| org.gradle.plugins.binaries.model.internal |
Implementations of the native model classes.
|
| org.gradle.plugins.cpp |
A
Plugin for building C++ projects with Gradle. |
| org.gradle.plugins.cpp.internal |
| Modifier and Type | Method and Description |
|---|---|
SourceDirectorySet |
SourceDirectorySet.setSrcDirs(Iterable<?> srcPaths)
Sets the source directories for this set.
|
SourceDirectorySet |
SourceDirectorySet.source(SourceDirectorySet source)
Adds the given source to this set.
|
SourceDirectorySet |
SourceDirectorySet.srcDir(Object srcPath)
Adds the given source directory to this set.
|
SourceDirectorySet |
SourceDirectorySet.srcDirs(Object... srcPaths)
Adds the given source directories to this set.
|
| Modifier and Type | Method and Description |
|---|---|
SourceDirectorySet |
SourceDirectorySet.source(SourceDirectorySet source)
Adds the given source to this set.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSourceDirectorySet |
| Modifier and Type | Method and Description |
|---|---|
SourceDirectorySet |
DefaultSourceDirectorySet.setSrcDirs(Iterable<?> srcPaths) |
SourceDirectorySet |
DefaultSourceDirectorySet.source(SourceDirectorySet source) |
SourceDirectorySet |
DefaultSourceDirectorySet.srcDir(Object srcDir) |
SourceDirectorySet |
DefaultSourceDirectorySet.srcDirs(Object... srcDirs) |
| Modifier and Type | Method and Description |
|---|---|
SourceDirectorySet |
DefaultSourceDirectorySet.source(SourceDirectorySet source) |
| Modifier and Type | Method and Description |
|---|---|
SourceDirectorySet |
DefaultGroovySourceSet.getAllGroovy() |
SourceDirectorySet |
DefaultSourceSet.getAllJava() |
SourceDirectorySet |
DefaultScalaSourceSet.getAllScala() |
SourceDirectorySet |
DefaultSourceSet.getAllSource() |
SourceDirectorySet |
DefaultGroovySourceSet.getGroovy() |
SourceDirectorySet |
DefaultSourceSet.getJava() |
SourceDirectorySet |
DefaultSourceSet.getResources() |
SourceDirectorySet |
DefaultScalaSourceSet.getScala() |
| Modifier and Type | Method and Description |
|---|---|
SourceDirectorySet |
AntlrSourceVirtualDirectory.getAntlr()
All Antlr source for this source set.
|
| Modifier and Type | Method and Description |
|---|---|
SourceDirectorySet |
AntlrSourceVirtualDirectoryImpl.getAntlr() |
| Modifier and Type | Method and Description |
|---|---|
SourceDirectorySet |
GroovySourceSet.getAllGroovy()
All Groovy source for this source set.
|
SourceDirectorySet |
SourceSet.getAllJava()
All Java source files for this source set.
|
SourceDirectorySet |
ScalaSourceSet.getAllScala()
All Scala source for this source set.
|
SourceDirectorySet |
SourceSet.getAllSource()
All source files for this source set.
|
SourceDirectorySet |
GroovySourceSet.getGroovy()
Returns the source to be compiled by the Groovy compiler for this source set.
|
SourceDirectorySet |
SourceSet.getJava()
Returns the Java source which is to be compiled by the Java compiler into the class output directory.
|
SourceDirectorySet |
SourceSet.getResources()
Returns the non-Java resources which are to be copied into the resources output directory.
|
SourceDirectorySet |
ScalaSourceSet.getScala()
Returns the source to be compiled by the Scala compiler for this source set.
|
| Modifier and Type | Method and Description |
|---|---|
SourceDirectorySet |
HeaderExportingSourceSet.getExportedHeaders() |
SourceDirectorySet |
Library.getHeaders() |
| Modifier and Type | Method and Description |
|---|---|
SourceDirectorySet |
DefaultLibrary.getHeaders() |
| Modifier and Type | Method and Description |
|---|---|
SourceDirectorySet |
CppSourceSet.getExportedHeaders()
The headers.
|
SourceDirectorySet |
CppSourceSet.getSource()
The source.
|
| Modifier and Type | Method and Description |
|---|---|
SourceDirectorySet |
DefaultCppSourceSet.getExportedHeaders() |
SourceDirectorySet |
DefaultCppSourceSet.getSource() |
Copyright © 2013. All rights reserved