Package org.gradle.api.artifacts
Interface ComponentVariantIdentifier
-
public interface ComponentVariantIdentifier
Identifies a variant of a component by component identifier and variant name.- Since:
- 6.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentIdentifier
getId()
Returns the component identifier.java.lang.String
getVariantName()
Returns the variant name.
-
-
-
Method Detail
-
getId
ComponentIdentifier getId()
Returns the component identifier.
-
getVariantName
java.lang.String getVariantName()
Returns the variant name.
-
-