Interface SharedLibraryBinarySpec

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

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

    • getSharedLibraryFile

      File getSharedLibraryFile()
      The shared library file.
    • getSharedLibraryLinkFile

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

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

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

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