@Incubating public interface NativeComponentExtension
| Modifier and Type | Method | Description | 
|---|---|---|
| void | executables(Action<? super NamedDomainObjectContainer<? super NativeExecutableSpec>> action) | Configure the  NativeExecutableSpeccomponents produced by the build. | 
| NamedDomainObjectContainer<NativeExecutableSpec> | getExecutables() | The  NativeExecutableSpeccomponents produced by the build. | 
| NamedDomainObjectContainer<NativeLibrarySpec> | getLibraries() | The  NativeLibrarySpeccomponents produced by the build. | 
| void | libraries(Action<? super NamedDomainObjectContainer<? super NativeLibrarySpec>> action) | Configure the  NativeLibrarySpeccomponents produced by the build. | 
NamedDomainObjectContainer<NativeExecutableSpec> getExecutables()
NativeExecutableSpec components produced by the build.void executables(Action<? super NamedDomainObjectContainer<? super NativeExecutableSpec>> action)
NativeExecutableSpec components produced by the build.NamedDomainObjectContainer<NativeLibrarySpec> getLibraries()
NativeLibrarySpec components produced by the build.void libraries(Action<? super NamedDomainObjectContainer<? super NativeLibrarySpec>> action)
NativeLibrarySpec components produced by the build.