Groovy Documentation

org.gradle.nativebinaries
[Java] Interface ExecutableBinary

org.gradle.nativebinaries.NativeBinary
  org.gradle.nativebinaries.ExecutableBinary
      org.gradle.language.base.BuildableModelElement
          org.gradle.language.base.Binary
              org.gradle.api.Buildable
                  org.gradle.api.Named
All Superinterfaces:
NativeBinary, BuildableModelElement, Binary, Buildable, Named

@Incubating
public interface ExecutableBinary
extends NativeBinary

A binary artifact that is built from of a Executable, targeted at a particular platform with specific configuration.


Method Summary
File getExecutableFile()

The executable file.

void setExecutableFile(File executableFile)

The executable file.

 
Methods inherited from interface NativeBinary
getBuildType, getFlavor, getTargetPlatform
 
Methods inherited from interface Binary
getDisplayName
 
Methods inherited from interface BuildableModelElement
builtBy, hasBuildDependencies, setLifecycleTask
 
Methods inherited from interface Named
getName
 

Method Detail

getExecutableFile

public File getExecutableFile()
The executable file.


setExecutableFile

public void setExecutableFile(File executableFile)
The executable file.


 

Gradle API 1.12