Groovy Documentation

org.gradle.nativebinaries
[Java] Interface ExecutableBinary

org.gradle.api.Buildable
  org.gradle.language.base.Binary
      org.gradle.language.base.BuildableModelElement
          org.gradle.nativebinaries.NativeBinary
              org.gradle.api.Named
                  org.gradle.nativebinaries.ExecutableBinary
All Superinterfaces:
Buildable, Binary, BuildableModelElement, NativeBinary, 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-rc-2