ComponentWithStaticLibrary

Represents a component that produces a static library.

Since

4.5

Inheritors

Functions

Link copied to clipboard
abstract fun getBaseName(): Provider<String>
Returns the base name of this component.
Link copied to clipboard
Returns the task to create the static library.
Link copied to clipboard
Returns the link file of this component.
Link copied to clipboard
abstract fun getLinkFileProducer(): Provider<out Task>
Returns the task that should be run to produce the link file of this component.
Link copied to clipboard
abstract fun getName(): String
The object's name.
Link copied to clipboard
Returns the target machine for this component.
Link copied to clipboard
Returns the tool chain for this component.
Link copied to clipboard
abstract fun isDebuggable(): Boolean
Returns true if this component has debugging enabled.
Link copied to clipboard
abstract fun isOptimized(): Boolean
Returns true if this component is optimized.