public interface Variant extends BinaryAwareComponent
Modifier and Type | Method and Description |
---|---|
BinaryView<Binary> |
getBinaries()
Configure the binaries of this variant.
|
BuildVariant |
getBuildVariant()
Returns the build variant information of this variant.
|
Provider<Binary> |
getDevelopmentBinary()
Returns a the development binary for this variant.
|
BinaryView<Binary> getBinaries()
getBinaries
in interface BinaryAwareComponent
BinaryView
for configuring each binary, never null.Provider<Binary> getDevelopmentBinary()
BuildVariant getBuildVariant()
BuildVariant
instance representing this variant axis value across all the dimension, never null.