Interface ComponentWithSharedLibrary
- All Superinterfaces:
- ComponentWithLinkFile,- ComponentWithNativeRuntime,- ComponentWithRuntimeFile,- Named,- SoftwareComponent
- All Known Subinterfaces:
- CppSharedLibrary,- SwiftSharedLibrary
Represents a native component that produces a shared library.
- Since:
- 4.5
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryModifier and TypeMethodDescriptionReturns the link libraries to use to link the shared library.Provider<? extends LinkSharedLibrary> Returns the link task for the shared library.Methods inherited from interface org.gradle.language.nativeplatform.ComponentWithLinkFilegetLinkFile, getLinkFileProducerMethods inherited from interface org.gradle.language.nativeplatform.ComponentWithNativeRuntimegetBaseName, getTargetMachine, getToolChain, isDebuggable, isOptimizedMethods inherited from interface org.gradle.language.nativeplatform.ComponentWithRuntimeFilegetRuntimeFile
- 
Method Details- 
getLinkLibrariesFileCollection getLinkLibraries()Returns the link libraries to use to link the shared library. Includes the link libraries of the component's dependencies.
- 
getLinkTaskProvider<? extends LinkSharedLibrary> getLinkTask()Returns the link task for the shared library.
 
-