net.sourceforge.pmd

Interface IRuleViolation

public interface IRuleViolation

Method Summary
intgetBeginColumn()
intgetBeginLine()
StringgetClassName()
StringgetDescription()
intgetEndColumn()
intgetEndLine()
StringgetFilename()
StringgetMethodName()
StringgetPackageName()
RulegetRule()
StringgetVariableName()
booleanisSuppressed()

Method Detail

getBeginColumn

public int getBeginColumn()

getBeginLine

public int getBeginLine()

getClassName

public String getClassName()

getDescription

public String getDescription()

getEndColumn

public int getEndColumn()

getEndLine

public int getEndLine()

getFilename

public String getFilename()

getMethodName

public String getMethodName()

getPackageName

public String getPackageName()

getRule

public Rule getRule()

getVariableName

public String getVariableName()

isSuppressed

public boolean isSuppressed()