Uses of Class
org.apache.maven.plugins.pmd.PmdFileInfo
Packages that use PmdFileInfo
-
Uses of PmdFileInfo in org.apache.maven.plugins.pmd
Fields in org.apache.maven.plugins.pmd with type parameters of type PmdFileInfoModifier and TypeFieldDescriptionprotected Map<File,
PmdFileInfo> AbstractPmdReport.filesToProcess
The files that are being analyzed.Methods in org.apache.maven.plugins.pmd that return types with arguments of type PmdFileInfoModifier and TypeMethodDescriptionprotected Map<File,
PmdFileInfo> AbstractPmdReport.getFilesToProcess()
Convenience method to get the list of files where the PMD tool will be executedMethod parameters in org.apache.maven.plugins.pmd with type arguments of type PmdFileInfoConstructor parameters in org.apache.maven.plugins.pmd with type arguments of type PmdFileInfoModifierConstructorDescriptionCpdReportGenerator
(Sink sink, Map<File, PmdFileInfo> fileMap, ResourceBundle bundle, boolean aggregate)