Uses of Enum
org.apache.maven.enforcer.rule.api.EnforcerLevel
Packages that use EnforcerLevel
Package
Description
-
Uses of EnforcerLevel in org.apache.maven.enforcer.rule.api
Fields in org.apache.maven.enforcer.rule.api declared as EnforcerLevelModifier and TypeFieldDescriptionprivate EnforcerLevel
AbstractEnforcerRule.level
Enforcer Rule execution levelMethods in org.apache.maven.enforcer.rule.api that return EnforcerLevelModifier and TypeMethodDescriptionAbstractEnforcerRule.getLevel()
Current Enforcer execution leveldefault EnforcerLevel
EnforcerRuleBase.getLevel()
Current Enforcer execution levelstatic EnforcerLevel
Returns the enum constant of this type with the specified name.static EnforcerLevel[]
EnforcerLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EnforcerLevel in org.apache.maven.plugins.enforcer
Methods in org.apache.maven.plugins.enforcer with parameters of type EnforcerLevelModifier and TypeMethodDescriptionprivate String
EnforceMojo.createRuleMessage
(int ruleIndex, EnforcerRuleDesc ruleDesc, EnforcerLevel level, EnforcerRuleException e) -
Uses of EnforcerLevel in org.apache.maven.plugins.enforcer.internal
Methods in org.apache.maven.plugins.enforcer.internal that return EnforcerLevelModifier and TypeMethodDescriptionEnforcerRuleDesc.getLevel()
private EnforcerLevel
EnforcerRuleManager.getRuleLevelFromConfig
(org.codehaus.plexus.configuration.PlexusConfiguration ruleConfig)