Groovy Documentation

org.gradle.plugins.binaries.model
[Java] Interface Executable

org.gradle.plugins.binaries.model.Executable
  org.gradle.api.Named
      org.gradle.plugins.binaries.model.Binary
          org.gradle.api.Buildable
All Superinterfaces:
Named, Binary, Buildable

public interface Executable
extends Binary

An executable binary


Method Summary
 
Methods inherited from interface Binary
getProject, getSourceSets, getSpec
 
Methods inherited from interface Named
getName
 
Methods inherited from interface Buildable
getBuildDependencies
 

Gradle API 1.4-rc-3