org.gradle.plugins.binaries.model
Interface Binary

All Superinterfaces:
Named
All Known Subinterfaces:
Executable, Library

public interface Binary
extends Named

Something to be created.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
 
Method Summary
 Project getProject()
           
 DomainObjectSet<SourceSet> getSourceSets()
           
 CompileSpec getSpec()
           
 
Methods inherited from interface org.gradle.api.Named
getName
 

Method Detail

getSpec

CompileSpec getSpec()

getProject

Project getProject()

getSourceSets

DomainObjectSet<SourceSet> getSourceSets()