net.sourceforge.pmd

Class RuleContext

public class RuleContext extends Object

BSD-style license; for more info see http://pmd.sourceforge.net/license.html
Method Summary
voidexcludeLines(Map<Integer,String> lines)
ReportgetReport()
StringgetSourceCodeFilename()
SourceTypegetSourceType()
voidsetReport(Report report)
voidsetSourceCodeFilename(String filename)
voidsetSourceType(SourceType t)

Method Detail

excludeLines

public void excludeLines(Map<Integer,String> lines)

getReport

public Report getReport()

getSourceCodeFilename

public String getSourceCodeFilename()

getSourceType

public SourceType getSourceType()

setReport

public void setReport(Report report)

setSourceCodeFilename

public void setSourceCodeFilename(String filename)

setSourceType

public void setSourceType(SourceType t)