Uses of Enum Class
dev.archunitjava.rules.DependencyRuleMode
Packages that use DependencyRuleMode
-
Uses of DependencyRuleMode in dev.archunitjava.cli
Methods in dev.archunitjava.cli that return DependencyRuleModeModifier and TypeMethodDescriptionCliRuleConfiguration.mode()Returns the value of themoderecord component.Constructors in dev.archunitjava.cli with parameters of type DependencyRuleModeModifierConstructorDescriptionCliRuleConfiguration(String id, CliGraphDomain domain, DependencyRuleMode mode, CliPattern origins, CliPattern targets, SelfDependencyPolicy selfDependencies, ExternalDependencyPolicy externalDependencies, Optional<String> displayName, Optional<String> rationale, List<String> tags, Severity severity) Creates an instance of aCliRuleConfigurationrecord class. -
Uses of DependencyRuleMode in dev.archunitjava.rules
Subclasses with type arguments of type DependencyRuleMode in dev.archunitjava.rulesModifier and TypeClassDescriptionenumShared dependency assertion moods evaluated by one graph engine.Methods in dev.archunitjava.rules that return DependencyRuleModeModifier and TypeMethodDescriptionDependencyRuleSpec.mode()Returns the value of themoderecord component.static DependencyRuleModeReturns the enum constant of this class with the specified name.static DependencyRuleMode[]DependencyRuleMode.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 DependencyRuleModeModifierConstructorDescriptionDependencyRuleSpec(DependencyRuleMode mode, SelfDependencyPolicy selfDependencies, ExternalDependencyPolicy externalDependencies) Creates an instance of aDependencyRuleSpecrecord class.