public class RuleConfiguration extends Object
Rule objects to allow Maven style includes/excludes lists| 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<org.jacoco.report.check.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.public void setLimits(List<org.jacoco.report.check.Limit> limits)
limits - list of Limits configured for this ruleCopyright © 2009-2015 Mountainminds GmbH & Co. KG. All Rights Reserved.