get Value
operator fun ConfigurableFileCollection.getValue(receiver: Any?, property: KProperty<*>): ConfigurableFileCollection
Property delegate for ConfigurableFileCollection instances.
Example: val aFileCollection by project.files()
Delegated property getter that locates extensions.
operator fun <T> ExistingDomainObjectDelegate<out T>.getValue(receiver: Any?, property: KProperty<*>): T
Gets the delegate value.
inline operator fun <T : Any, U : T> NamedDomainObjectProvider<out T>.getValue(thisRef: Any?, property: KProperty<*>): U
Allows a NamedDomainObjectProvider to be used as a property delegate.
See also
Named Domain Object Provider. get
Property delegate for Property instances.
Example: val someProperty by somePropertyState