public interface ResolvedVariantResult
Modifier and Type | Method | Description |
---|---|---|
AttributeContainer |
getAttributes() |
The attributes associated with this variant.
|
List<Capability> |
getCapabilities() |
The capabilities provided by this variant
|
String |
getDisplayName() |
The display name of this variant, for diagnostics.
|
Optional<ResolvedVariantResult> |
getExternalVariant() |
If present, this means that this variant is a bridge to another variant
found in another module.
|
ComponentIdentifier |
getOwner() |
The component which owns this variant.
|
@Incubating ComponentIdentifier getOwner()
AttributeContainer getAttributes()
String getDisplayName()
List<Capability> getCapabilities()
@Incubating Optional<ResolvedVariantResult> getExternalVariant()