Interface ArchRuleAttribute

All Superinterfaces:
org.gradle.api.Named

@NullMarked public interface ArchRuleAttribute extends org.gradle.api.Named
Attribute used to denote an archrules library, and to resolve archrules variants
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gradle.api.Named

    org.gradle.api.Named.Namer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Used in archrules artifacts to allow them to be selected via the variant selection algorithm
    static final org.gradle.api.attributes.Attribute<ArchRuleAttribute>
    Attribute used to denote an archrules library, and to resolve archrules variants
  • Method Summary

    Methods inherited from interface org.gradle.api.Named

    getName
  • Field Details

    • ARCH_RULES_ATTRIBUTE

      static final org.gradle.api.attributes.Attribute<ArchRuleAttribute> ARCH_RULES_ATTRIBUTE
      Attribute used to denote an archrules library, and to resolve archrules variants
    • ARCH_RULES

      static final String ARCH_RULES
      Used in archrules artifacts to allow them to be selected via the variant selection algorithm
      See Also: