ComponentWithNativeRuntime
, Named
, SoftwareComponent
ComponentWithSharedLibrary
, ComponentWithStaticLibrary
, CppSharedLibrary
, CppStaticLibrary
, SwiftSharedLibrary
, SwiftStaticLibrary
@Incubating public interface ComponentWithLinkFile extends ComponentWithNativeRuntime
Named.Namer
Modifier and Type | Method | Description |
---|---|---|
Provider<RegularFile> |
getLinkFile() |
Returns the link file of this component.
|
Provider<? extends Task> |
getLinkFileProducer() |
Returns the task that should be run to produce the link file of this component.
|
getBaseName, getTargetMachine, getToolChain, isDebuggable, isOptimized
Provider<? extends Task> getLinkFileProducer()
Provider<RegularFile> getLinkFile()