Interface StaticLibraryBinarySpec

All Superinterfaces:
Binary, BinarySpec, Buildable, BuildableComponentSpec, CheckableComponentSpec, ComponentSpec, LibraryBinarySpec, ModelElement, Named, NativeBinarySpec, NativeLibraryBinarySpec

@Incubating public interface StaticLibraryBinarySpec extends NativeLibraryBinarySpec
A static library binary built by Gradle for a native library.
  • Method Details

    • getStaticLibraryFile

      File getStaticLibraryFile()
      The static library file.
    • setStaticLibraryFile

      void setStaticLibraryFile(File staticLibraryFile)
      The static library binary file.
    • additionalLinkFiles

      void additionalLinkFiles(FileCollection files)
      Add some additional files required by consumers of this library at link time.
    • getTasks

      The set of tasks associated with this binary.
      Specified by:
      getTasks in interface BinarySpec