Class DependencyRules
java.lang.Object
dev.archunitjava.rules.DependencyRules
Positive and negative dependency rules over deterministic type or package projections.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ArchitectureRulepackages(TypeModelResult model, DependencyGraph graph, PackageSelector origins, PackageSelector targets, DependencyRuleSpec spec) static ArchitectureRuletypes(TypeModelResult model, DependencyGraph graph, TypeSelector origins, TypeSelector targets, DependencyRuleSpec spec)
-
Method Details
-
types
public static ArchitectureRule types(TypeModelResult model, DependencyGraph graph, TypeSelector origins, TypeSelector targets, DependencyRuleSpec spec) -
packages
public static ArchitectureRule packages(TypeModelResult model, DependencyGraph graph, PackageSelector origins, PackageSelector targets, DependencyRuleSpec spec)
-