org.codehaus.mojo.cobertura.configuration
Class ConfigCheck
java.lang.Object
org.codehaus.mojo.cobertura.configuration.ConfigCheck
public class ConfigCheck
- extends Object
The Configuration for Check Settings.
- Author:
- Joakim Erdfelt
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigCheck
public ConfigCheck()
addRegex
public void addRegex(net.sourceforge.cobertura.ant.Regex regex)
createRegex
public net.sourceforge.cobertura.ant.Regex createRegex()
getBranchRate
public String getBranchRate()
- Returns:
- Returns the branchRate.
getLineRate
public String getLineRate()
- Returns:
- Returns the lineRate.
getRegexes
public Set getRegexes()
- Returns:
- Returns the regexes.
getTotalBranchRate
public String getTotalBranchRate()
- Returns:
- Returns the totalBranchRate.
getTotalLineRate
public String getTotalLineRate()
- Returns:
- Returns the totalLineRate.
isHaltOnFailure
public boolean isHaltOnFailure()
- Returns:
- Returns the haltOnFailure.
setBranchRate
public void setBranchRate(String branchRate)
- Parameters:
branchRate
- The branchRate to set.
setHaltOnFailure
public void setHaltOnFailure(boolean haltOnFailure)
- Parameters:
haltOnFailure
- The haltOnFailure to set.
setLineRate
public void setLineRate(String lineRate)
- Parameters:
lineRate
- The lineRate to set.
setRegexes
public void setRegexes(Set regexes)
- Parameters:
regexes
- The regexes to set.
setTotalBranchRate
public void setTotalBranchRate(String totalBranchRate)
- Parameters:
totalBranchRate
- The totalBranchRate to set.
setTotalLineRate
public void setTotalLineRate(String totalLineRate)
- Parameters:
totalLineRate
- The totalLineRate to set.
getPackageBranchRate
public String getPackageBranchRate()
getPackageLineRate
public String getPackageLineRate()
Copyright © 2005-2011 Codehaus. All Rights Reserved.