Uses of Enum Class
dev.archunitjava.rules.DirectiveFlagPolicy
Packages that use DirectiveFlagPolicy
-
Uses of DirectiveFlagPolicy in dev.archunitjava.rules
Subclasses with type arguments of type DirectiveFlagPolicy in dev.archunitjava.rulesModifier and TypeClassDescriptionenumMatch policy for a boolean JPMS directive modifier.Methods in dev.archunitjava.rules that return DirectiveFlagPolicyModifier and TypeMethodDescriptionModuleRequireRuleSpec.staticPhase()Returns the value of thestaticPhaserecord component.ModuleRequireRuleSpec.transitive()Returns the value of thetransitiverecord component.static DirectiveFlagPolicyReturns the enum constant of this class with the specified name.static DirectiveFlagPolicy[]DirectiveFlagPolicy.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 DirectiveFlagPolicyModifier and TypeMethodDescriptionModuleRequireRuleSpec.withStaticPhase(DirectiveFlagPolicy policy) ModuleRequireRuleSpec.withTransitive(DirectiveFlagPolicy policy) Constructors in dev.archunitjava.rules with parameters of type DirectiveFlagPolicyModifierConstructorDescriptionModuleRequireRuleSpec(ModuleRuleMode mode, DirectiveFlagPolicy transitive, DirectiveFlagPolicy staticPhase) Creates an instance of aModuleRequireRuleSpecrecord class.