Uses of Enum Class
org.apache.maven.enforcer.rule.api.EnforcerLevel
Packages that use EnforcerLevel
-
Uses of EnforcerLevel in org.apache.maven.enforcer.rule.api
Methods in org.apache.maven.enforcer.rule.api that return EnforcerLevelModifier and TypeMethodDescriptionEnforcerRule2.getLevel()
Returns the level of enforcement.static EnforcerLevel
Returns the enum constant of this class with the specified name.static EnforcerLevel[]
EnforcerLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EnforcerLevel in org.apache.maven.plugins.enforcer
Fields in org.apache.maven.plugins.enforcer declared as EnforcerLevelMethods in org.apache.maven.plugins.enforcer that return EnforcerLevelModifier and TypeMethodDescriptionAbstractStandardEnforcerRule.getLevel()
private EnforcerLevel
EnforceMojo.getLevel
(EnforcerRule rule) Returns the level of the rule, defaults toERROR
for backwards compatibility.Methods in org.apache.maven.plugins.enforcer with parameters of type EnforcerLevelModifier and TypeMethodDescriptionvoid
AbstractStandardEnforcerRule.setLevel
(EnforcerLevel level)