Interface ComponentWithLinkFile
- All Superinterfaces:
- ComponentWithNativeRuntime,- Named,- SoftwareComponent
- All Known Subinterfaces:
- ComponentWithSharedLibrary,- ComponentWithStaticLibrary,- CppSharedLibrary,- CppStaticLibrary,- SwiftSharedLibrary,- SwiftStaticLibrary
Represents a native component that produces a file to be used at link time.
- Since:
- 4.5
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryModifier and TypeMethodDescriptionReturns the link file of this component.Returns the task that should be run to produce the link file of this component.Methods inherited from interface org.gradle.language.nativeplatform.ComponentWithNativeRuntimegetBaseName, getTargetMachine, getToolChain, isDebuggable, isOptimized
- 
Method Details- 
getLinkFileProducerReturns the task that should be run to produce the link file of this component. This isn't necessarily the link task for the component.- Since:
- 5.1
 
- 
getLinkFileProvider<RegularFile> getLinkFile()Returns the link file of this component.
 
-