|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
org.gradle.api.Namedorg.gradle.plugins.binaries.model.Binary
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 |
|---|
public Project getProject()
public DomainObjectSet getSourceSets()
public CompileSpec getSpec()
Groovy Documentation