Uses of Enum Class
dev.archunitjava.rules.ExternalDependencyPolicy
Packages that use ExternalDependencyPolicy
-
Uses of ExternalDependencyPolicy in dev.archunitjava.cli
Methods in dev.archunitjava.cli that return ExternalDependencyPolicyModifier and TypeMethodDescriptionCliRuleConfiguration.externalDependencies()Returns the value of theexternalDependenciesrecord component.Constructors in dev.archunitjava.cli with parameters of type ExternalDependencyPolicyModifierConstructorDescriptionCliRuleConfiguration(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 ExternalDependencyPolicy in dev.archunitjava.rules
Subclasses with type arguments of type ExternalDependencyPolicy in dev.archunitjava.rulesModifier and TypeClassDescriptionenumTreatment of graph targets absent from the imported type/package model.Methods in dev.archunitjava.rules that return ExternalDependencyPolicyModifier and TypeMethodDescriptionDependencyRuleSpec.externalDependencies()Returns the value of theexternalDependenciesrecord component.static ExternalDependencyPolicyReturns the enum constant of this class with the specified name.static ExternalDependencyPolicy[]ExternalDependencyPolicy.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 ExternalDependencyPolicyModifier and TypeMethodDescriptionDependencyRuleSpec.withExternalDependencies(ExternalDependencyPolicy value) Constructors in dev.archunitjava.rules with parameters of type ExternalDependencyPolicyModifierConstructorDescriptionDependencyRuleSpec(DependencyRuleMode mode, SelfDependencyPolicy selfDependencies, ExternalDependencyPolicy externalDependencies) Creates an instance of aDependencyRuleSpecrecord class.