ConfigurationContainerScope

class ConfigurationContainerScope : NamedDomainObjectContainerScope<ERROR CLASS: Symbol not found for Configuration> , <ERROR CLASS> ERROR CLASS: Symbol not found for ConfigurationContainer(source)

Receiver for ConfigurationContainer configuration blocks.

Since

8.4

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val delegate: ERROR CLASS: Symbol not found for ConfigurationContainer
Link copied to clipboard
open val size: Int

Functions

Link copied to clipboard
open fun add(element: ERROR CLASS: Symbol not found for Configuration): Boolean
Link copied to clipboard
open fun addAll(elements: Collection<ERROR CLASS: Symbol not found for Configuration>): Boolean
Link copied to clipboard
open fun addAllLater(provider: org/gradle/api/provider/Provider<out kotlin/collections/Iterable<ERROR CLASS: Symbol not found for Configuration>>)
Link copied to clipboard
open fun addLater(provider: org/gradle/api/provider/Provider<out ERROR CLASS: Symbol not found for Configuration>)
Link copied to clipboard
open fun addRule(rule: org/gradle/api/Rule): org/gradle/api/Rule
open fun addRule(description: String, ruleAction: org/gradle/api/Action<kotlin/String>): org/gradle/api/Rule
open fun addRule(description: String, ruleAction: Closure<Any>): org/gradle/api/Rule
Link copied to clipboard
open fun all(action: org/gradle/api/Action<in ERROR CLASS: Symbol not found for Configuration>)
open fun all(action: Closure<Any>)
Link copied to clipboard
open fun clear()
Link copied to clipboard
open fun configure(configureClosure: Closure<Any>): org/gradle/api/NamedDomainObjectContainer<ERROR CLASS: Symbol not found for Configuration>
Link copied to clipboard
open fun configureEach(action: org/gradle/api/Action<in ERROR CLASS: Symbol not found for Configuration>)
Link copied to clipboard
open override fun consumable(name: String): ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for ConsumableConfiguration>
open override fun consumable(name: String, action: ERROR CLASS: Symbol not found for Action<in ERROR CLASS: Symbol not found for ConsumableConfiguration>): ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for ConsumableConfiguration>
Link copied to clipboard
open override fun <U : ERROR CLASS: Symbol not found for Configuration> containerWithType(type: Class<U>): ERROR CLASS: Symbol not found for NamedDomainObjectContainer<U>
Link copied to clipboard
open operator fun contains(element: ERROR CLASS: Symbol not found for Configuration): Boolean
Link copied to clipboard
open fun containsAll(elements: Collection<ERROR CLASS: Symbol not found for Configuration>): Boolean
Link copied to clipboard
open override fun <U : ERROR CLASS: Symbol not found for Configuration> create(name: String, type: Class<U>): U
open override fun <U : ERROR CLASS: Symbol not found for Configuration> create(name: String, type: Class<U>, configuration: ERROR CLASS: Symbol not found for Action<in U>): U
open fun create(name: String): ERROR CLASS: Symbol not found for Configuration
open fun create(name: String, configureAction: org/gradle/api/Action<in ERROR CLASS: Symbol not found for Configuration>): ERROR CLASS: Symbol not found for Configuration
open fun create(name: String, configureClosure: Closure<Any>): ERROR CLASS: Symbol not found for Configuration
Link copied to clipboard
open override fun dependencyScope(name: String): ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for DependencyScopeConfiguration>
open override fun dependencyScope(name: String, action: ERROR CLASS: Symbol not found for Action<in ERROR CLASS: Symbol not found for DependencyScopeConfiguration>): ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for DependencyScopeConfiguration>
Link copied to clipboard
open override fun detachedConfiguration(vararg dependencies: ERROR CLASS: Symbol not found for Dependency): ERROR CLASS: Symbol not found for Configuration
Link copied to clipboard
open fun findAll(spec: Closure<Any>): MutableSet<ERROR CLASS: Symbol not found for Configuration>
Link copied to clipboard
open fun findByName(name: String): ERROR CLASS: Symbol not found for Configuration??
Link copied to clipboard
open fun getAsMap(): SortedMap<String, ERROR CLASS: Symbol not found for Configuration>
Link copied to clipboard
open fun getAt(name: String): ERROR CLASS: Symbol not found for Configuration
Link copied to clipboard
open fun getByName(name: String): ERROR CLASS: Symbol not found for Configuration
open fun getByName(name: String, configureAction: org/gradle/api/Action<in ERROR CLASS: Symbol not found for Configuration>): ERROR CLASS: Symbol not found for Configuration
open fun getByName(name: String, configureClosure: Closure<Any>): ERROR CLASS: Symbol not found for Configuration
Link copied to clipboard
open fun getCollectionSchema(): org/gradle/api/NamedDomainObjectCollectionSchema
Link copied to clipboard
open fun getNamer(): org/gradle/api/Namer<ERROR CLASS: Symbol not found for Configuration>
Link copied to clipboard
Link copied to clipboard
open fun getRules(): MutableList<org/gradle/api/Rule>
Link copied to clipboard
operator fun String.invoke(configuration: ERROR CLASS: Symbol not found for Configuration.() -> Unit): ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for Configuration>
operator fun <U : ERROR CLASS: Symbol not found for Configuration> String.invoke(type: KClass<U>, configuration: U.() -> Unit): ERROR CLASS: Symbol not found for NamedDomainObjectProvider<U>

Configures an object by name, without triggering its creation or configuration, failing if there is no such object.

operator fun <U : ERROR CLASS: Symbol not found for Configuration> String.invoke(type: KClass<U>): ERROR CLASS: Symbol not found for NamedDomainObjectProvider<U>

Locates an object by name and type, without triggering its creation or configuration, failing if there is no such object.

Link copied to clipboard
open fun isEmpty(): Boolean
Link copied to clipboard
open operator fun iterator(): MutableIterator<ERROR CLASS: Symbol not found for Configuration>
Link copied to clipboard
open fun matching(spec: org/gradle/api/specs/Spec<in ERROR CLASS: Symbol not found for Configuration>): org/gradle/api/NamedDomainObjectSet<ERROR CLASS: Symbol not found for Configuration>
open fun matching(spec: Closure<Any>): org/gradle/api/NamedDomainObjectSet<ERROR CLASS: Symbol not found for Configuration>
Link copied to clipboard
open override fun <U : ERROR CLASS: Symbol not found for Configuration> maybeCreate(name: String, type: Class<U>): U
open fun maybeCreate(name: String): ERROR CLASS: Symbol not found for Configuration
Link copied to clipboard
open fun named(predicate: org/gradle/api/specs/Spec<kotlin/String>): org/gradle/api/NamedDomainObjectSet<ERROR CLASS: Symbol not found for Configuration>
open fun named(name: String): org/gradle/api/NamedDomainObjectProvider<ERROR CLASS: Symbol not found for Configuration>
open fun named(name: String, configurationAction: org/gradle/api/Action<in ERROR CLASS: Symbol not found for Configuration>): org/gradle/api/NamedDomainObjectProvider<ERROR CLASS: Symbol not found for Configuration>
open fun <S : ERROR CLASS: Symbol not found for Configuration> named(name: String, type: Class<S>): org/gradle/api/NamedDomainObjectProvider<S>
open fun <S : ERROR CLASS: Symbol not found for Configuration> named(name: String, type: Class<S>, configurationAction: org/gradle/api/Action<in S>): org/gradle/api/NamedDomainObjectProvider<S>
Link copied to clipboard
open override fun <U : ERROR CLASS: Symbol not found for Configuration> register(name: String, type: Class<U>): ERROR CLASS: Symbol not found for NamedDomainObjectProvider<U>
open override fun <U : ERROR CLASS: Symbol not found for Configuration> register(name: String, type: Class<U>, configurationAction: ERROR CLASS: Symbol not found for Action<in U>): ERROR CLASS: Symbol not found for NamedDomainObjectProvider<U>
open fun register(name: String): org/gradle/api/NamedDomainObjectProvider<ERROR CLASS: Symbol not found for Configuration>
open fun register(name: String, configurationAction: org/gradle/api/Action<in ERROR CLASS: Symbol not found for Configuration>): org/gradle/api/NamedDomainObjectProvider<ERROR CLASS: Symbol not found for Configuration>
Link copied to clipboard
open fun remove(element: ERROR CLASS: Symbol not found for Configuration): Boolean
Link copied to clipboard
open fun removeAll(elements: Collection<ERROR CLASS: Symbol not found for Configuration>): Boolean
Link copied to clipboard
open override fun resolvable(name: String): ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for ResolvableConfiguration>
open override fun resolvable(name: String, action: ERROR CLASS: Symbol not found for Action<in ERROR CLASS: Symbol not found for ResolvableConfiguration>): ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for ResolvableConfiguration>
Link copied to clipboard
open fun retainAll(elements: Collection<ERROR CLASS: Symbol not found for Configuration>): Boolean
Link copied to clipboard
open fun whenObjectAdded(action: org/gradle/api/Action<in ERROR CLASS: Symbol not found for Configuration>): org/gradle/api/Action<in ERROR CLASS: Symbol not found for Configuration>
open fun whenObjectAdded(action: Closure<Any>)
Link copied to clipboard
open fun whenObjectRemoved(action: org/gradle/api/Action<in ERROR CLASS: Symbol not found for Configuration>): org/gradle/api/Action<in ERROR CLASS: Symbol not found for Configuration>
open fun whenObjectRemoved(action: Closure<Any>)
Link copied to clipboard
open fun <S : ERROR CLASS: Symbol not found for Configuration> withType(type: Class<S>): org/gradle/api/NamedDomainObjectSet<S>
open fun <S : ERROR CLASS: Symbol not found for Configuration> withType(type: Class<S>, configureAction: org/gradle/api/Action<in S>): org/gradle/api/DomainObjectCollection<S>
open fun <S : ERROR CLASS: Symbol not found for Configuration> withType(type: Class<S>, configureClosure: Closure<Any>): org/gradle/api/DomainObjectCollection<S>