public class ReportConfig
extends java.lang.Object
| Constructor and Description |
|---|
ReportConfig()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.xenei.classpathutils.ClassPathFilter |
getFilter()
Gets the filter
|
boolean |
isFailOnError()
Returns true if this report generates a build error on errors.
|
boolean |
isReporting()
Returns true if this report is enabled.
|
void |
setFailOnError(boolean failOnError)
If true the build will fail on an error in this report.
|
void |
setFilter(java.lang.String filter)
Set the class filter.
|
void |
setReport(boolean reporting)
If true this report will be generated.
|
public void setReport(boolean reporting)
truereporting - true if this report should be generated.public void setFailOnError(boolean failOnError)
falsefailOnError - if true the build will fail on error.public boolean isReporting()
public boolean isFailOnError()
public org.xenei.classpathutils.ClassPathFilter getFilter()
public void setFilter(java.lang.String filter)
throws java.lang.IllegalArgumentException
filter - The string representation of the filter. May be null.java.lang.IllegalArgumentException - if the filter can not be parsed.Copyright © 2013-2018 XENEI.com. All Rights Reserved.