public interface HasResourcesSourceSet
ComponentSources
,
IosResourceSet
Modifier and Type | Method and Description |
---|---|
default DomainObjectProvider<IosResourceSet> |
getResources()
Returns an iOS resource set provider for the source set named resources.
|
default void |
resources(Action<? super IosResourceSet> action)
Configures the iOS resource set named resources using the specified configuration action.
|
default void |
resources(groovy.lang.Closure<Void> closure)
Configures the iOS resource set named resources using the specified configuration closure.
|
default DomainObjectProvider<IosResourceSet> getResources()
default void resources(Action<? super IosResourceSet> action)
action
- the configuration action, must not be nullgetResources()
default void resources(@DelegatesTo(value=IosResourceSet.class,strategy=1) groovy.lang.Closure<Void> closure)
closure
- the configuration action, must not be nullgetResources()