Package net.sourceforge.pmd.processor
Class PmdRunnable
- java.lang.Object
-
- net.sourceforge.pmd.processor.PmdRunnable
-
@Deprecated @InternalApi public class PmdRunnable extends Object implements Callable<Report>
Deprecated.Is internal API
-
-
Constructor Summary
Constructors Constructor Description PmdRunnable(DataSource dataSource, String fileName, List<Renderer> renderers, RuleContext ruleContext, RuleSets ruleSets, SourceCodeProcessor sourceCodeProcessor)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Reportcall()Deprecated.static voidreset()Deprecated.
-
-
-
Constructor Detail
-
PmdRunnable
public PmdRunnable(DataSource dataSource, String fileName, List<Renderer> renderers, RuleContext ruleContext, RuleSets ruleSets, SourceCodeProcessor sourceCodeProcessor)
Deprecated.
-
-