Uses of Enum Class
dev.archunitjava.rules.ModuleRuleMode
Packages that use ModuleRuleMode
-
Uses of ModuleRuleMode in dev.archunitjava.rules
Subclasses with type arguments of type ModuleRuleMode in dev.archunitjava.rulesModifier and TypeClassDescriptionenumNegative, allow-list, or existence semantics for module descriptor declarations.Methods in dev.archunitjava.rules that return ModuleRuleModeModifier and TypeMethodDescriptionModulePackageRuleSpec.mode()Returns the value of themoderecord component.ModuleRequireRuleSpec.mode()Returns the value of themoderecord component.static ModuleRuleModeReturns the enum constant of this class with the specified name.static ModuleRuleMode[]ModuleRuleMode.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 ModuleRuleModeModifier and TypeMethodDescriptionstatic ArchitectureRuleModuleDescriptorRules.provides(TypeModelResult model, ModuleSelector modules, JavaPattern serviceTypes, JavaPattern providerTypes, ModuleRuleMode mode, NonExplicitModulePolicy nonExplicitPolicy) static ArchitectureRuleModuleDescriptorRules.uses(TypeModelResult model, ModuleSelector modules, JavaPattern serviceTypes, ModuleRuleMode mode, NonExplicitModulePolicy nonExplicitPolicy) Constructors in dev.archunitjava.rules with parameters of type ModuleRuleModeModifierConstructorDescriptionModulePackageRuleSpec(ModuleRuleMode mode, DirectiveQualification qualification, Optional<JavaPattern> targetModule) Creates an instance of aModulePackageRuleSpecrecord class.ModuleRequireRuleSpec(ModuleRuleMode mode, DirectiveFlagPolicy transitive, DirectiveFlagPolicy staticPhase) Creates an instance of aModuleRequireRuleSpecrecord class.