|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.nativebinaries.NativeBinary org.gradle.language.base.BuildableModelElement org.gradle.language.base.Binary org.gradle.api.Buildable org.gradle.api.Named
@Incubating public interface NativeBinary extends Binary
Represents a particular binary artifact.
Method Summary | |
---|---|
BuildType
|
getBuildType()
Returns the BuildType used to construct this binary. |
Flavor
|
getFlavor()
The flavor that this binary was built with. |
Platform
|
getTargetPlatform()
Returns the Platform that this binary is targeted to run on. |
Methods inherited from interface Binary | |
---|---|
getDisplayName |
Methods inherited from interface BuildableModelElement | |
---|---|
builtBy, hasBuildDependencies, setLifecycleTask |
Methods inherited from interface Named | |
---|---|
getName |
Method Detail |
---|
public BuildType getBuildType()
public Flavor getFlavor()
public Platform getTargetPlatform()
Gradle API 1.12