| Package | Description |
|---|---|
| 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.gpp.internal | |
| org.gradle.plugins.cpp.msvcpp.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Executable
An executable binary
|
interface |
Library
A library
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBinary |
class |
DefaultExecutable |
class |
DefaultLibrary |
| Modifier and Type | Method and Description |
|---|---|
BinaryCompileSpec |
DefaultCompilerRegistry.create(Binary binary) |
BinaryCompileSpec |
CompileSpecFactory.create(Binary binary)
Create a new spec to compile this binary
|
BinaryCompileSpec |
BinaryCompileSpecFactory.create(Binary binary,
Compiler<?> compiler) |
Compiler<T> |
CompilerAdapter.createCompiler(Binary binary)
Creates a compiler which can compile the given binary.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryCompileSpec |
GppCompileSpecFactory.create(Binary binary,
Compiler<?> compiler) |
Compiler<org.gradle.plugins.cpp.gpp.GppCompileSpec> |
GppCompilerAdapter.createCompiler(Binary binary) |
| Modifier and Type | Method and Description |
|---|---|
Compiler<org.gradle.plugins.cpp.gpp.GppCompileSpec> |
VisualCppCompilerAdapter.createCompiler(Binary binary) |
Copyright © 2013. All rights reserved