Uses of Record Class
dev.archunitjava.rules.DependencyRuleSpec
Packages that use DependencyRuleSpec
-
Uses of DependencyRuleSpec in dev.archunitjava.rules
Methods in dev.archunitjava.rules that return DependencyRuleSpecModifier and TypeMethodDescriptionstatic DependencyRuleSpecDependencyRuleSpec.anyDependency()static DependencyRuleSpecDependencyRuleSpec.noDependencies()static DependencyRuleSpecDependencyRuleSpec.onlyDependencies()static DependencyRuleSpecDependencyRuleSpec.requiredDependency()DependencyRuleSpec.withExternalDependencies(ExternalDependencyPolicy value) DependencyRuleSpec.withSelfDependencies(SelfDependencyPolicy value) Methods in dev.archunitjava.rules with parameters of type DependencyRuleSpecModifier and TypeMethodDescriptionstatic ArchitectureRuleDependencyRules.packages(TypeModelResult model, DependencyGraph graph, PackageSelector origins, PackageSelector targets, DependencyRuleSpec spec) static ArchitectureRuleDependencyRules.types(TypeModelResult model, DependencyGraph graph, TypeSelector origins, TypeSelector targets, DependencyRuleSpec spec)