| Package | Description |
|---|---|
| org.gradle.api.artifacts |
Classes for declaring and using artifacts and artifact dependencies.
|
| org.gradle.api.file |
Classes for working with files.
|
| org.gradle.api.internal.artifacts | |
| org.gradle.api.internal.artifacts.configurations | |
| org.gradle.api.internal.artifacts.dependencies | |
| org.gradle.api.internal.artifacts.publish | |
| org.gradle.api.internal.file | |
| org.gradle.api.internal.file.collections | |
| org.gradle.api.internal.tasks | |
| 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.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurablePublishArtifact
A
PublishArtifact whose properties can be modified. |
interface |
Configuration
A
Configuration represents a group of artifacts and their dependencies. |
interface |
DependencySet
A set of artifact dependencies.
|
interface |
FileCollectionDependency
A
FileCollectionDependency is a Dependency on a collection of local files which are not stored in a
repository. |
interface |
ProjectDependency
A
ProjectDependency is a Dependency on another project in the current project hierarchy. |
interface |
PublishArtifact
A
PublishArtifact is an artifact produced by a project. |
interface |
PublishArtifactSet
A set of artifacts to be published.
|
interface |
SelfResolvingDependency
A
SelfResolvingDependency is a Dependency which is able to resolve itself, independent of a
repository. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurableFileCollection
A
ConfigurableFileCollection is a mutable FileCollection. |
interface |
ConfigurableFileTree
A
FileTree with a single base directory, which can be configured and modified. |
interface |
FileCollection
A
FileCollection represents a collection of files which you can query in certain ways. |
interface |
FileTree
A
FileTree represents a hierarchy of files. |
interface |
SourceDirectorySet
A
SourceDirectorySet represents a set of source files composed from a set of source directories, along
with associated include and exclude patterns. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDependencySet |
class |
DefaultPublishArtifactSet |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurationInternal |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConfiguration |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultProjectDependency |
class |
DefaultSelfResolvingDependency |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPublishArtifact |
class |
ArchivePublishArtifact |
class |
DefaultPublishArtifact |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileCollection |
class |
AbstractFileTree |
class |
CompositeFileCollection
A
FileCollection which contains the union of the given source collections. |
class |
CompositeFileTree |
class |
DefaultSourceDirectorySet |
class |
UnionFileCollection |
class |
UnionFileTree |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConfigurableFileCollection
A
FileCollection which resolves a set of paths relative to a FileResolver. |
class |
DefaultConfigurableFileTree |
class |
EmptyFileTree
An empty file collection which is used to mix in some build dependencies.
|
class |
FileCollectionAdapter
Adapts a
MinimalFileSet into a full FileCollection. |
class |
FileTreeAdapter
Adapts a
MinimalFileTree into a full FileTree implementation. |
class |
SimpleFileCollection |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Buildable> |
BuildDependenciesOnlyFileCollectionResolveContext.resolveAsBuildables()
Resolves the contents of this context as a list of atomic
Buildable instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSourceSetOutput |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SourceSetOutput
A collection of all output directories (compiled classes, processed resources, etc.) - notice that
SourceSetOutput extends FileCollection. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Binary
Something to be created.
|
interface |
Executable
An executable binary
|
interface |
Library
A library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BinaryCompileSpec |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBinary |
class |
DefaultExecutable |
class |
DefaultLibrary |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CppCompileSpec |
Copyright © 2013. All rights reserved