public interface HasHeadersSourceSet
ComponentSources
,
NativeHeaderSet
Modifier and Type | Method and Description |
---|---|
default DomainObjectProvider<NativeHeaderSet> |
getHeaders()
Returns a native header set provider for the source set named headers.
|
default void |
headers(Action<? super NativeHeaderSet> action)
Configures the native header set named headers using the specified configuration action.
|
default void |
headers(groovy.lang.Closure<Void> closure)
Configures the native header set named headers using the specified configuration closure.
|
default DomainObjectProvider<NativeHeaderSet> getHeaders()
default void headers(Action<? super NativeHeaderSet> action)
action
- the configuration action, must not be nullgetHeaders()
default void headers(@DelegatesTo(value=NativeHeaderSet.class,strategy=1) groovy.lang.Closure<Void> closure)
closure
- the configuration action, must not be nullgetHeaders()