Groovy Documentation

org.gradle.nativecode.base
[Java] Interface Flavor

org.gradle.nativecode.base.Flavor
  org.gradle.api.Named
All Superinterfaces:
Named

@Incubating
public interface Flavor
extends Named

Defines a custom variant that can be built for a NativeComponent.


Field Summary
Flavor DEFAULT

 
Method Summary
boolean isDefault()

Is this the automatically created default flavor for the component?

 
Methods inherited from interface Named
getName
 

Field Detail

DEFAULT

public Flavor DEFAULT


 
Method Detail

isDefault

public boolean isDefault()
Is this the automatically created default flavor for the component?


 

Gradle API 1.8