GeneralComponentSpec

A general purpose component specification, that can be used to represent some software component built from source and producing multiple output variants.

Inheritors

Functions

Link copied to clipboard
The variants produced for this component spec.
Link copied to clipboard
abstract fun getDisplayName(): String
Returns a human-consumable display name for this element.
Link copied to clipboard
abstract fun getName(): String
Returns the name of this element.
Link copied to clipboard
abstract fun getProjectPath(): String
The path to the project containing this component.
Link copied to clipboard
The source sets for this component.
Link copied to clipboard
abstract fun getVariants(): Iterable<out Binary>
The variants of this component.