net.sourceforge.pmd
Interface IRuleViolation
- All Known Implementing Classes:
- RuleViolation
- public interface IRuleViolation
getFilename
public java.lang.String getFilename()
getBeginLine
public int getBeginLine()
getBeginColumn
public int getBeginColumn()
getEndLine
public int getEndLine()
getEndColumn
public int getEndColumn()
getRule
public Rule getRule()
getDescription
public java.lang.String getDescription()
getPackageName
public java.lang.String getPackageName()
getMethodName
public java.lang.String getMethodName()
getClassName
public java.lang.String getClassName()
isSuppressed
public boolean isSuppressed()
getVariableName
public java.lang.String getVariableName()
Copyright © 2002-2006 InfoEther. All Rights Reserved.