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