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