Interface NativeLibraryBinary

All Superinterfaces:
Binary, NativeBinary
All Known Subinterfaces:
PrebuiltSharedLibraryBinary, PrebuiltStaticLibraryBinary, SharedLibraryBinary, StaticLibraryBinary

@Incubating @Deprecated public interface NativeLibraryBinary extends NativeBinary
Deprecated.
The Gradle software model is deprecated and will be removed in Gradle 10. Use the new component model (e.g. cpp-application, cpp-library, swift-application, swift-library, xctest) instead.
A physical representation of a NativeLibrary component.
Since:
2.2
  • Method Details

    • getHeaderDirs

      FileCollection getHeaderDirs()
      Deprecated.
      Returns the header dirs.
      Since:
      2.2
    • getLinkFiles

      FileCollection getLinkFiles()
      Deprecated.
      Returns the link files.
      Since:
      2.2
    • getRuntimeFiles

      FileCollection getRuntimeFiles()
      Deprecated.
      Returns the runtime files.
      Since:
      2.2