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