Enum PedanticEnforcerRule

java.lang.Object
java.lang.Enum<PedanticEnforcerRule>
com.github.ferstl.maven.pomenforcers.PedanticEnforcerRule
All Implemented Interfaces:
Serializable, Comparable<PedanticEnforcerRule>, java.lang.constant.Constable

public enum PedanticEnforcerRule extends Enum<PedanticEnforcerRule>
Each pedantic enforcer rule is identified by an ID. These IDs can be used within the CompoundPedanticEnforcer to enable specific rules. The compound enforcer is more efficient because it parses the POM file of each Maven module only once and delegates it to the configured enforcer rules.