Package 

Class HierarchyAttributeContainer

  • All Implemented Interfaces:
    org.gradle.api.attributes.AttributeContainer , org.gradle.api.attributes.HasAttributes

    
    public final class HierarchyAttributeContainer
     implements AttributeContainer
                        

    An attribute container that delegates attributes lookup to the parent when the key matches filterParentAttributes and is missing in this container.

    This container should never be passed to any Gradle API, as Gradle assumes all AttributeContainer instances to implement AttributeContainerInternal. TODO expose Kotlin-specific API to the users, convert the user attributes to Gradle attributes internally

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description