|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.cobertura.configuration.ConfigCheck
public class ConfigCheck
The Configuration for Check Settings.
Constructor Summary | |
---|---|
ConfigCheck()
|
Method Summary | |
---|---|
void |
addRegex(net.sourceforge.cobertura.ant.Regex regex)
add a regex to the set used to scan the reports. |
net.sourceforge.cobertura.ant.Regex |
createRegex()
Create a regex object for eventual inclusion. |
String |
getBranchRate()
|
String |
getLineRate()
|
String |
getMaxmem()
Get the maxmem setting. |
String |
getPackageBranchRate()
|
String |
getPackageLineRate()
|
Set<net.sourceforge.cobertura.ant.Regex> |
getRegexes()
|
String |
getTotalBranchRate()
|
String |
getTotalLineRate()
|
boolean |
isHaltOnFailure()
|
void |
setBranchRate(String branchRate)
|
void |
setHaltOnFailure(boolean haltOnFailure)
|
void |
setLineRate(String lineRate)
|
void |
setMaxmem(String maxmem)
Sets the max memory for the JVM used to run the CheckTask task. |
void |
setRegexes(Set<net.sourceforge.cobertura.ant.Regex> regexes)
|
void |
setTotalBranchRate(String totalBranchRate)
|
void |
setTotalLineRate(String totalLineRate)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigCheck()
Method Detail |
---|
public void addRegex(net.sourceforge.cobertura.ant.Regex regex)
regex
- the regex to add.public net.sourceforge.cobertura.ant.Regex createRegex()
public String getBranchRate()
public String getLineRate()
public Set<net.sourceforge.cobertura.ant.Regex> getRegexes()
public String getTotalBranchRate()
public String getTotalLineRate()
public boolean isHaltOnFailure()
public void setBranchRate(String branchRate)
branchRate
- The branchRate to set.public void setHaltOnFailure(boolean haltOnFailure)
haltOnFailure
- The haltOnFailure to set.public void setLineRate(String lineRate)
lineRate
- The lineRate to set.public void setRegexes(Set<net.sourceforge.cobertura.ant.Regex> regexes)
regexes
- The regexes to set.public void setTotalBranchRate(String totalBranchRate)
totalBranchRate
- The totalBranchRate to set.public void setTotalLineRate(String totalLineRate)
totalLineRate
- The totalLineRate to set.public String getPackageBranchRate()
public String getPackageLineRate()
public String getMaxmem()
public void setMaxmem(String maxmem)
CheckTask
task.
The format is "
maxmem
- the value to which maxmem will be set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |