Constructor and Description |
---|
RuleConfiguration()
Create a new configuration instance.
|
Modifier and Type | Method and Description |
---|---|
void |
setElement(String element) |
void |
setExcludes(List<String> excludes) |
void |
setIncludes(List<String> includes) |
void |
setLimits(List<Limit> limits) |
public RuleConfiguration()
public void setElement(String element)
element
- element type this rule applies to
TODO: use ElementType directly once Maven 3 is required.Copyright © 2024. All rights reserved.