Package | Description |
---|---|
org.apache.maven.enforcer.rule.api | |
org.apache.maven.plugins.enforcer |
Modifier and Type | Method and Description |
---|---|
EnforcerLevel |
EnforcerRule2.getLevel()
Returns the level of enforcement.
|
static EnforcerLevel |
EnforcerLevel.valueOf(java.lang.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.
|
Modifier and Type | Field and Description |
---|---|
private EnforcerLevel |
AbstractStandardEnforcerRule.level |
Modifier and Type | Method and Description |
---|---|
EnforcerLevel |
AbstractStandardEnforcerRule.getLevel() |
private EnforcerLevel |
EnforceMojo.getLevel(EnforcerRule rule)
Returns the level of the rule, defaults to
ERROR for backwards compatibility. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractStandardEnforcerRule.setLevel(EnforcerLevel level) |