RegisteringDomainObjectDelegateProviderWithAction

Holds the delegate provider for the registering property delegate with the purpose of providing specialized implementations for the provideDelegate operator based on the static type of the provider.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
operator fun RegisteringDomainObjectDelegateProviderWithAction<out ERROR CLASS: Symbol not found for TaskContainer, ERROR CLASS: Symbol not found for Task>.provideDelegate(receiver: Any?, property: KProperty<*>): ExistingDomainObjectDelegate<ERROR CLASS: Cannot infer argument for type parameter T>

Registers a task that gets configured with the given action and provides a delegate with the resulting TaskProvider.

operator fun <T : Any, C : ERROR CLASS: Symbol not found for NamedDomainObjectContainer<T>> RegisteringDomainObjectDelegateProviderWithAction<C, T>.provideDelegate(receiver: Any?, property: KProperty<*>): ExistingDomainObjectDelegate<ERROR CLASS: Cannot infer argument for type parameter T>

Registers an element and provides a delegate with the resulting NamedDomainObjectProvider.