Uses of Class
org.apache.maven.enforcer.rule.api.EnforcerLevel
-
Packages that use EnforcerLevel Package Description org.apache.maven.enforcer.rule.api org.apache.maven.plugins.enforcer -
-
Uses of EnforcerLevel in org.apache.maven.enforcer.rule.api
Methods in org.apache.maven.enforcer.rule.api that return EnforcerLevel Modifier and Type Method Description EnforcerLevel
EnforcerRule2. getLevel()
Returns the level of enforcement.static EnforcerLevel
EnforcerLevel. valueOf(String name)
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 that return EnforcerLevel Modifier and Type Method Description EnforcerLevel
AbstractStandardEnforcerRule. getLevel()
Returns the level of enforcement.Methods in org.apache.maven.plugins.enforcer with parameters of type EnforcerLevel Modifier and Type Method Description void
AbstractStandardEnforcerRule. setLevel(EnforcerLevel level)
-