Uses of Enum Class
dev.archunitjava.rules.SelfDependencyPolicy
Packages that use SelfDependencyPolicy
-
Uses of SelfDependencyPolicy in dev.archunitjava.cli
Methods in dev.archunitjava.cli that return SelfDependencyPolicyModifier and TypeMethodDescriptionCliRuleConfiguration.selfDependencies()Returns the value of theselfDependenciesrecord component.Constructors in dev.archunitjava.cli with parameters of type SelfDependencyPolicyModifierConstructorDescriptionCliRuleConfiguration(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 SelfDependencyPolicy in dev.archunitjava.rules
Subclasses with type arguments of type SelfDependencyPolicy in dev.archunitjava.rulesModifier and TypeClassDescriptionenumWhether an edge whose projected origin equals its target participates in a rule.Methods in dev.archunitjava.rules that return SelfDependencyPolicyModifier and TypeMethodDescriptionDependencyRuleSpec.selfDependencies()Returns the value of theselfDependenciesrecord component.static SelfDependencyPolicyReturns the enum constant of this class with the specified name.static SelfDependencyPolicy[]SelfDependencyPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.archunitjava.rules with parameters of type SelfDependencyPolicyModifier and TypeMethodDescriptionDependencyRuleSpec.withSelfDependencies(SelfDependencyPolicy value) Constructors in dev.archunitjava.rules with parameters of type SelfDependencyPolicyModifierConstructorDescriptionDependencyRuleSpec(DependencyRuleMode mode, SelfDependencyPolicy selfDependencies, ExternalDependencyPolicy externalDependencies) Creates an instance of aDependencyRuleSpecrecord class.