Interface SharedLibraryBinarySpec

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

@Incubating @Deprecated public interface SharedLibraryBinarySpec extends NativeLibraryBinarySpec
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 shared library binary built by Gradle for a native library.
  • Method Details

    • getSharedLibraryFile

      File getSharedLibraryFile()
      Deprecated.
      The shared library file.
    • getSharedLibraryLinkFile

      File getSharedLibraryLinkFile()
      Deprecated.
      The shared library link file.
    • setSharedLibraryFile

      void setSharedLibraryFile(File sharedLibraryFile)
      Deprecated.
      The shared library file.
    • setSharedLibraryLinkFile

      void setSharedLibraryLinkFile(File sharedLibraryLinkFile)
      Deprecated.
      The shared library link file.
    • getTasks

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