Groovy Documentation

org.gradle.nativebinaries
[Java] Interface Flavor

org.gradle.api.Named
  org.gradle.nativebinaries.Flavor
All Superinterfaces:
Named

@Incubating
public interface Flavor
extends Named

Defines a custom variant that differentiate a NativeBinary.


Method Summary
String getDisplayName()

Returns a human-consumable display name for this flavor.

 
Methods inherited from interface Named
getName
 

Method Detail

getDisplayName

public String getDisplayName()
Returns a human-consumable display name for this flavor.


 

Gradle API 1.12