Uses of Record Class
dev.archunitjava.rules.CycleRuleOptions
Packages that use CycleRuleOptions
-
Uses of CycleRuleOptions in dev.archunitjava.rules
Methods in dev.archunitjava.rules that return CycleRuleOptionsModifier and TypeMethodDescriptionstatic CycleRuleOptionsCycleRuleOptions.defaults()CycleRuleOptions.includingOnly(Set<DependencyKind> kinds) CycleRuleOptions.withBounds(int representativeLength, long traversedEdgesPerComponent, int evidenceEntries) CycleRuleOptions.withSyntheticEdges(SyntheticEdgePolicy policy) CycleRuleOptions.withTypeUseDependencies(TypeUseDependencyPolicy policy) Methods in dev.archunitjava.rules with parameters of type CycleRuleOptionsModifier and TypeMethodDescriptionstatic ArchitectureRuleCycleRules.packagesAreAcyclic(TypeModelResult model, DependencyGraph graph, PackageSelector packages, CycleRuleOptions options) static ArchitectureRuleCycleRules.typesAreAcyclic(TypeModelResult model, DependencyGraph graph, TypeSelector types, CycleRuleOptions options)