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