Uses of Record Class
dev.archunitjava.presets.PresetRule
Packages that use PresetRule
-
Uses of PresetRule in dev.archunitjava.presets
Classes in dev.archunitjava.presets that implement interfaces with type arguments of type PresetRuleModifier and TypeClassDescriptionfinal recordInspectable recipe that expands to one ordinaryArchitectureRule.Methods in dev.archunitjava.presets that return PresetRuleModifier and TypeMethodDescriptionstatic PresetRulePresetRule.exactlyOneLayer(String key) static PresetRulestatic PresetRulePresetRule.mayOnlyAccess(String key, String subject, Collection<String> allowedLayers) static PresetRulePresetRule.noAccess(String key, String subject, Collection<String> forbiddenLayers) static PresetRulePresetRule.onlyAccessedBy(String key, String subject, Collection<String> allowedLayers) static PresetRulePresetRule.publicInterface(String key, Collection<String> consumerLayers, Collection<String> approvedInterfaceLayers) Methods in dev.archunitjava.presets that return types with arguments of type PresetRuleMethods in dev.archunitjava.presets with parameters of type PresetRuleModifier and TypeMethodDescriptionintPresetRule.compareTo(PresetRule other) ArchitecturePreset.withRule(PresetRule rule)