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