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 Summary
Nested classes/interfaces inherited from interface Named
Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionReturns the link file of this component.Methods inherited from interface ComponentWithNativeRuntime
getBaseName, getTargetPlatform, getToolChain, isDebuggable, isOptimized
-
Method Details
-
getLinkFile
Provider<RegularFile> getLinkFile()Returns the link file of this component.
-