|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.emma.CheckConfiguration
public class CheckConfiguration
Check configuration, used by check
goal.
EmmaCheckMojo
Nested Class Summary | |
---|---|
static class |
CheckConfiguration.Regex
A regex. |
Constructor Summary | |
---|---|
CheckConfiguration()
|
Method Summary | |
---|---|
int |
getBlockRate()
gets the block rate. |
int |
getClassRate()
Gets the class rate. |
int |
getLineRate()
Gets the line rate. |
int |
getMethodRate()
Gets the method rate. |
CheckConfiguration.Regex[] |
getRegexes()
Gets the regexes. |
boolean |
isHaltOnFailure()
Gets the halt on failure mode.. |
void |
setBlockRate(int blockRate)
Sets the block rate. |
void |
setClassRate(int classRate)
Sets the class rate. |
void |
setHaltOnFailure(boolean haltOnFailure)
Sets the halt on failure mode. |
void |
setLineRate(int lineRate)
Sets the line rate. |
void |
setMethodRate(int methodRate)
Sets the method rate. |
void |
setRegexes(CheckConfiguration.Regex[] regexes)
Sets the regexes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CheckConfiguration()
Method Detail |
---|
public int getBlockRate()
public void setBlockRate(int blockRate)
blockRate
- the block rate.public int getClassRate()
public void setClassRate(int classRate)
classRate
- the class rate.public boolean isHaltOnFailure()
true
if the build should be failed on failure.public void setHaltOnFailure(boolean haltOnFailure)
haltOnFailure
- the halt on failure mode.public int getLineRate()
public void setLineRate(int lineRate)
lineRate
- The line rate.public int getMethodRate()
public void setMethodRate(int methodRate)
methodRate
- the method rate.public CheckConfiguration.Regex[] getRegexes()
public void setRegexes(CheckConfiguration.Regex[] regexes)
regexes
- The regexes.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |