public class ConfigCheck extends Object
| Constructor and Description |
|---|
ConfigCheck() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRegex(net.sourceforge.cobertura.ant.Regex regex) |
net.sourceforge.cobertura.ant.Regex |
createRegex() |
String |
getBranchRate() |
String |
getLineRate() |
String |
getPackageBranchRate() |
String |
getPackageLineRate() |
Set |
getRegexes() |
String |
getTotalBranchRate() |
String |
getTotalLineRate() |
boolean |
isHaltOnFailure() |
void |
setBranchRate(String branchRate) |
void |
setHaltOnFailure(boolean haltOnFailure) |
void |
setLineRate(String lineRate) |
void |
setRegexes(Set regexes) |
void |
setTotalBranchRate(String totalBranchRate) |
void |
setTotalLineRate(String totalLineRate) |
public void addRegex(net.sourceforge.cobertura.ant.Regex regex)
public net.sourceforge.cobertura.ant.Regex createRegex()
public String getBranchRate()
public String getLineRate()
public Set 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 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()
Copyright © 2005-2014 Codehaus. All Rights Reserved.