|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.emma.CheckConfiguration.Regex
public static class CheckConfiguration.Regex
A regex.
Constructor Summary | |
---|---|
CheckConfiguration.Regex()
|
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. |
String |
getPattern()
gets the pattern. |
void |
setBlockRate(int blockRate)
Sets the block rate. |
void |
setClassRate(int classRate)
Sets the class rate. |
void |
setLineRate(int lineRate)
Sets the line rate. |
void |
setMethodRate(int methodRate)
Sets the method rate. |
void |
setPattern(String pattern)
Sets the pattern. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CheckConfiguration.Regex()
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 int getLineRate()
public void setLineRate(int lineRate)
lineRate
- The line rate.public int getMethodRate()
public void setMethodRate(int methodRate)
methodRate
- the method rate.public String getPattern()
public void setPattern(String pattern)
pattern
- the pattern.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |