Package org.apache.maven.enforcer.rule.api
-
Interface Summary Interface Description EnforcerLogger Logger used by enforcer rule.EnforcerRule Deprecated. Please see Writing a custom ruleEnforcerRule2 Deprecated. Please see Writing a custom ruleEnforcerRuleBase Base interface for old and new API.EnforcerRuleHelper Deprecated. Please see Writing a custom rule -
Class Summary Class Description AbstractEnforcerRule Entry point for customEnforcer Rule
.AbstractEnforcerRuleBase Base rule implementation for new API.AbstractEnforcerRuleConfigProvider Entry point for customEnforcer Rule
which provide additional rules configuration. -
Enum Summary Enum Description EnforcerLevel Levels steering whether a rule should fail a build or just display a warning. -
Exception Summary Exception Description EnforcerRuleError An error occurring during the execution of a rule.EnforcerRuleException An exception occurring during the execution of a rule.