-
- All Implemented Interfaces:
-
org.gradle.api.attributes.AttributeContainer,org.gradle.api.attributes.HasAttributes
public final class KotlinGradleFragmentConfigurationAttributesContext<T extends KotlinGradleFragment> implements AttributeContainer
-
-
Method Summary
Modifier and Type Method Description final ProjectgetProject()final TgetFragment()final <T extends Named> Tnamed(String name)final <T extends Named> KotlinGradleFragmentConfigurationAttributesContext<T>namedAttribute(Attribute<T> key, String name)<K extends Any> KotlinGradleFragmentConfigurationAttributesContext<T>attribute(Attribute<K> key, K value)-
Methods inherited from class org.gradle.api.attributes.AttributeContainer
getAttributes -
Methods inherited from class org.jetbrains.kotlin.gradle.plugin.mpp.pm20.KotlinGradleFragmentConfigurationAttributesContext
contains, getAttribute, isEmpty, keySet -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getProject
final Project getProject()
-
getFragment
final T getFragment()
-
namedAttribute
final <T extends Named> KotlinGradleFragmentConfigurationAttributesContext<T> namedAttribute(Attribute<T> key, String name)
-
-
-
-