Uses of Enum Class
dev.archunitjava.rules.DirectiveQualification
Packages that use DirectiveQualification
-
Uses of DirectiveQualification in dev.archunitjava.rules
Subclasses with type arguments of type DirectiveQualification in dev.archunitjava.rulesModifier and TypeClassDescriptionenumQualified-target shape required of an exports or opens directive.Methods in dev.archunitjava.rules that return DirectiveQualificationModifier and TypeMethodDescriptionModulePackageRuleSpec.qualification()Returns the value of thequalificationrecord component.static DirectiveQualificationReturns the enum constant of this class with the specified name.static DirectiveQualification[]DirectiveQualification.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 DirectiveQualificationModifier and TypeMethodDescriptionModulePackageRuleSpec.withQualification(DirectiveQualification value) Constructors in dev.archunitjava.rules with parameters of type DirectiveQualificationModifierConstructorDescriptionModulePackageRuleSpec(ModuleRuleMode mode, DirectiveQualification qualification, Optional<JavaPattern> targetModule) Creates an instance of aModulePackageRuleSpecrecord class.