Method parameters in net.sourceforge.pmd with type arguments of type DataSource |
static void |
PMD.processFiles(int threadCount,
RuleSetFactory ruleSetFactory,
SourceType sourceType,
java.util.List<DataSource> files,
RuleContext ctx,
java.util.List<Renderer> renderers,
boolean stressTestEnabled,
java.lang.String rulesets,
boolean shortNamesEnabled,
java.lang.String inputPath,
java.lang.String encoding,
java.lang.String excludeMarker,
java.lang.ClassLoader classLoader)
Run PMD on a list of files using multiple threads. |
static void |
PMD.processFiles(int threadCount,
RuleSetFactory ruleSetFactory,
SourceType sourceType,
java.util.List<DataSource> files,
RuleContext ctx,
java.util.List<Renderer> renderers,
java.lang.String rulesets,
boolean shortNamesEnabled,
java.lang.String inputPath,
java.lang.String encoding,
java.lang.String excludeMarker,
java.lang.ClassLoader classLoader)
Run PMD on a list of files using multiple threads. |
void |
PMD.processFiles(java.util.List<DataSource> files,
RuleContext ctx,
RuleSets rulesets,
boolean debugEnabled,
boolean shortNamesEnabled,
java.lang.String inputPath,
java.lang.String encoding)
Run PMD on a list of files. |