Uses of Enum Class
dev.archunitjava.rules.HierarchyDepth
Packages that use HierarchyDepth
-
Uses of HierarchyDepth in dev.archunitjava.rules
Subclasses with type arguments of type HierarchyDepth in dev.archunitjava.rulesModifier and TypeClassDescriptionenumWhether a hierarchy rule inspects only declarations or the complete reachable hierarchy.Methods in dev.archunitjava.rules that return HierarchyDepthModifier and TypeMethodDescriptionHierarchyRuleSpec.depth()Returns the value of thedepthrecord component.static HierarchyDepthReturns the enum constant of this class with the specified name.static HierarchyDepth[]HierarchyDepth.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.rules with parameters of type HierarchyDepthModifierConstructorDescriptionHierarchyRuleSpec(HierarchyRelation relation, HierarchyDepth depth, HierarchyRuleMode mode, UnknownInheritancePolicy unknownHierarchy) Creates an instance of aHierarchyRuleSpecrecord class.