Groovy Documentation

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

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

public interface Binary
extends Buildable, Named

Something to be created.


Method Summary
Project getProject()

Returns the project that this binary is built by.

DomainObjectSet getSourceSets()

CompileSpec getSpec()

 
Methods inherited from interface Named
getName
 
Methods inherited from interface Buildable
getBuildDependencies
 

Method Detail

getProject

@Deprecated
public Project getProject()
Returns the project that this binary is built by.
deprecated:
No replacement


getSourceSets

public DomainObjectSet getSourceSets()


getSpec

public CompileSpec getSpec()


 

Gradle API 1.1-rc-2