Interface ComponentWithLinkFile

All Superinterfaces:
ComponentWithNativeRuntime, Named, SoftwareComponent
All Known Subinterfaces:
ComponentWithSharedLibrary, ComponentWithStaticLibrary, CppSharedLibrary, CppStaticLibrary, SwiftSharedLibrary, SwiftStaticLibrary

@Incubating public interface ComponentWithLinkFile extends ComponentWithNativeRuntime
Represents a native component that produces a file to be used at link time.
Since:
4.5
  • Method Details