Interface LibraryBinarySpec

All Superinterfaces:
Binary, BinarySpec, Buildable, BuildableComponentSpec, CheckableComponentSpec, ComponentSpec, ModelElement, Named
All Known Subinterfaces:
JarBinarySpec, NativeLibraryBinarySpec, SharedLibraryBinarySpec, StaticLibraryBinarySpec

@Incubating public interface LibraryBinarySpec extends BinarySpec
A binary produced from a `LibrarySpec`.
  • Method Details

    • getLibrary

      LibrarySpec getLibrary()
      The library that this binary belongs to.