net.sourceforge.pmd
Class RuleContext
java.lang.Object
net.sourceforge.pmd.RuleContext
- public class RuleContext
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuleContext
public RuleContext()
getReport
public Report getReport()
setReport
public void setReport(Report report)
getSourceCodeFilename
public java.lang.String getSourceCodeFilename()
setSourceCodeFilename
public void setSourceCodeFilename(java.lang.String filename)
excludeLines
public void excludeLines(java.util.Map lines)
getSourceType
public SourceType getSourceType()
setSourceType
public void setSourceType(SourceType t)
Copyright © 2002-2006 InfoEther. All Rights Reserved.