Interface ComponentWithStaticLibrary
- All Superinterfaces:
ComponentWithLinkFile, ComponentWithNativeRuntime, Named, SoftwareComponent
- All Known Subinterfaces:
CppStaticLibrary, SwiftStaticLibrary
Represents a component that produces a static library.
- Since:
- 4.5
-
Nested Class Summary
Nested classes/interfaces inherited from interface Named
Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionProvider<? extends CreateStaticLibrary> Returns the task to create the static library.Methods inherited from interface ComponentWithLinkFile
getLinkFile, getLinkFileProducerMethods inherited from interface ComponentWithNativeRuntime
getBaseName, getTargetMachine, getToolChain, isDebuggable, isOptimized
-
Method Details
-
getCreateTask
Provider<? extends CreateStaticLibrary> getCreateTask()Returns the task to create the static library.
-