net.sourceforge.pmd
Class RuleContext

java.lang.Object
  extended bynet.sourceforge.pmd.RuleContext

public class RuleContext
extends java.lang.Object


Constructor Summary
RuleContext()
           
 
Method Summary
 void excludeLines(java.util.Map lines)
           
 Report getReport()
           
 java.lang.String getSourceCodeFilename()
           
 SourceType getSourceType()
           
 void setReport(Report report)
           
 void setSourceCodeFilename(java.lang.String filename)
           
 void setSourceType(SourceType t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleContext

public RuleContext()
Method Detail

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.