| Package | Description |
|---|---|
| org.gradle.api |
Start Here: Gradle's
Project API, which is available from your build files. |
| org.gradle.api.file |
Classes for working with files.
|
| org.gradle.api.internal.file | |
| 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.compiler.internal | |
| org.gradle.plugins.cpp.gpp.internal | |
| org.gradle.plugins.cpp.internal | |
| org.gradle.plugins.cpp.msvcpp.internal |
| Modifier and Type | Method and Description |
|---|---|
String |
Named.Namer.determineName(Named object) |
| Modifier and Type | Interface and Description |
|---|---|
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 |
DefaultSourceDirectorySet |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Binary
Something to be created.
|
interface |
Compiler
A kind of compiler
|
interface |
CompileSpec
A high level interface to the compiler, specifying what is to be compiled and how.
|
interface |
Executable
An executable binary
|
interface |
HeaderExportingSourceSet
A source set that exposes headers
|
interface |
Library
A library
|
interface |
LibraryCompileSpec
A high level interface to the compiler, specifying what is to be compiled and how.
|
interface |
NativeDependencyCapableSourceSet
Source set capability
|
interface |
SourceSet
A generic model of a collection of source
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BinaryCompileSpec |
interface |
CompilerAdapter<T extends BinaryCompileSpec> |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBinary |
class |
DefaultExecutable |
class |
DefaultLibrary |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CppSourceSet
A representation of a unit of cpp source
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommandLineCppCompilerAdapter<T extends CppCompileSpec> |
| Modifier and Type | Class and Description |
|---|---|
class |
GppCompilerAdapter
Compiler adapter for g++
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CppCompileSpec |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCppSourceSet |
| Modifier and Type | Class and Description |
|---|---|
class |
VisualCppCompilerAdapter |
Copyright © 2013. All rights reserved