- All Implemented Interfaces:
io.codemodder.CodemodProvider
public final class PmdProvider
extends Object
implements io.codemodder.CodemodProvider
Provides PMD-related functionality to codemodder.
-
Constructor Summary
Constructors
-
Method Summary
Set<com.google.inject.AbstractModule>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.codemodder.CodemodProvider
wantsSarifToolNames
-
Constructor Details
-
PmdProvider
public PmdProvider()
-
Method Details
-
getModules
public Set<com.google.inject.AbstractModule> getModules(Path codeDirectory,
List<Class<? extends io.codemodder.CodeChanger>> codemodTypes,
List<io.codemodder.RuleSarif> sarifs)
- Specified by:
getModules
in interface io.codemodder.CodemodProvider