|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.nativebinaries.PrebuiltLibrary org.gradle.api.Named
@Incubating public interface PrebuiltLibrary extends Named
A library component that is not built by gradle.
Method Summary | |
---|---|
DomainObjectSet
|
getBinaries()
The binaries that are built for this component. |
SourceDirectorySet
|
getHeaders()
The headers exported by this library. |
Methods inherited from interface Named | |
---|---|
getName |
Method Detail |
---|
public DomainObjectSet getBinaries()
public SourceDirectorySet getHeaders()
Gradle API 1.12