public interface HasCSourceSet
ComponentSources
,
CSourceSet
Modifier and Type | Method and Description |
---|---|
default void |
c(Action<? super CSourceSet> action)
Configures the C source set named c using the specified configuration action.
|
default void |
c(groovy.lang.Closure<Void> closure)
Configures the C source set named c using the specified configuration closure.
|
default DomainObjectProvider<CSourceSet> |
getC()
Returns a C source set provider for the source set named c.
|
default DomainObjectProvider<CSourceSet> getC()
default void c(Action<? super CSourceSet> action)
action
- the configuration action, must not be nullgetC()
default void c(@DelegatesTo(value=CSourceSet.class,strategy=1) groovy.lang.Closure<Void> closure)
closure
- the configuration action, must not be nullgetC()