docs.gradle.org

All Superinterfaces:
Binary, BinarySpec, Buildable, BuildableComponentSpec, CheckableComponentSpec, ComponentSpec, ModelElement, Named
All Known Subinterfaces:
CUnitTestSuiteBinarySpec, GoogleTestTestSuiteBinarySpec, NativeExecutableBinarySpec, NativeLibraryBinarySpec, NativeTestSuiteBinarySpec, SharedLibraryBinarySpec, StaticLibraryBinarySpec

  • Nested Class Summary

  • Method Summary

    Deprecated.

    The configuration of the assembler used when compiling assembly sources this binary.

    Deprecated.

    Returns the BuildType used to construct this binary.

    Deprecated.

    The configuration of the C compiler used when compiling C sources for this binary.

    Deprecated.

    The component that this binary was built from.

    Deprecated.

    The configuration of the C++ compiler used when compiling C++ sources for this binary.

    getFlavor()

    Deprecated.

    The Flavor that this binary was built with.

    getLibs()

    Deprecated.

    The libraries that should be linked into this binary.

    getLinker()

    Deprecated.

    The configuration of the linker used when linking this binary.

    Deprecated.

    The configuration of the Objective-C compiler used when compiling Objective-C sources for this binary.

    Deprecated.

    The configuration of the Objective-C++ compiler used when compiling Objective-C++ sources for this binary.

    Deprecated.

    The configuration of the Resource compiler used when compiling resources for this binary.

    Deprecated.

    The configuration of the static library archiver used when creating this binary.

    Deprecated.

    Returns the NativePlatform that this binary is targeted to run on.

    Deprecated.

    Returns the NativeToolChain that will be used to build this binary.

    void

    Deprecated.

    Adds a library as input to this binary.

  • Method Details

    • getComponent

    • getFlavor

    • getTargetPlatform

    • getBuildType

    • getLibs

    • lib

    • getToolChain

    • getLinker

    • getStaticLibArchiver

    • getAssembler

    • getcCompiler

    • getCppCompiler

    • getObjcCompiler

    • getObjcppCompiler

    • getRcCompiler

Read the original on docs.gradle.org ↗