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