org.codehaus.mojo.emma
Class CheckConfiguration.Regex

java.lang.Object
  extended by org.codehaus.mojo.emma.CheckConfiguration.Regex
Enclosing class:
CheckConfiguration

public static class CheckConfiguration.Regex
extends Object

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

CheckConfiguration.Regex

public CheckConfiguration.Regex()
Method Detail

getBlockRate

public int getBlockRate()
gets the block rate.

Returns:
the block rate.

setBlockRate

public void setBlockRate(int blockRate)
Sets the block rate.

Parameters:
blockRate - the block rate.

getClassRate

public int getClassRate()
Gets the class rate.

Returns:
the class rate.

setClassRate

public void setClassRate(int classRate)
Sets the class rate.

Parameters:
classRate - the class rate.

getLineRate

public int getLineRate()
Gets the line rate.

Returns:
the line rate.

setLineRate

public void setLineRate(int lineRate)
Sets the line rate.

Parameters:
lineRate - The line rate.

getMethodRate

public int getMethodRate()
Gets the method rate.

Returns:
the method rate.

setMethodRate

public void setMethodRate(int methodRate)
Sets the method rate.

Parameters:
methodRate - the method rate.

getPattern

public String getPattern()
gets the pattern.

Returns:
the pattern.

setPattern

public void setPattern(String pattern)
Sets the pattern.

Parameters:
pattern - the pattern.


Copyright © 2007-2012 Codehaus. All Rights Reserved.