Groovy Documentation

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

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

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.3-rc-2