Groovy Documentation

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

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

public interface Binary
extends Named

Something to be created.


Method Summary
Project getProject()

DomainObjectSet getSourceSets()

CompileSpec getSpec()

 
Methods inherited from interface Named
getName
 

Method Detail

getProject

public Project getProject()


getSourceSets

public DomainObjectSet getSourceSets()


getSpec

public CompileSpec getSpec()


 

Groovy Documentation