public interface BuildVariant
Modifier and Type | Method and Description |
---|---|
boolean |
hasAxisOf(Object axisValue)
Returns true if the build variant contains the specified axis value.
|
boolean hasAxisOf(Object axisValue)
axisValue
- a axis value to check against this build variant.true
if the axis value is in the build type or false
otherwise.