Uses of Class
org.apache.maven.plugins.pmd.PmdFileInfo
Packages that use PmdFileInfo
- 
Uses of PmdFileInfo in org.apache.maven.plugins.pmdFields in org.apache.maven.plugins.pmd with type parameters of type PmdFileInfoModifier and TypeFieldDescriptionprotected Map<File, PmdFileInfo> AbstractPmdReport.filesToProcessThe 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 files the PMD tool will analyze.Constructor parameters in org.apache.maven.plugins.pmd with type arguments of type PmdFileInfoModifierConstructorDescriptionCpdReportRenderer(org.apache.maven.doxia.sink.Sink sink, org.codehaus.plexus.i18n.I18N i18n, Locale locale, Map<File, PmdFileInfo> files, Collection<Duplication> duplications, boolean aggregate) PmdReportRenderer(org.apache.maven.plugin.logging.Log log, org.apache.maven.doxia.sink.Sink sink, org.codehaus.plexus.i18n.I18N i18n, Locale locale, Map<File, PmdFileInfo> files, Collection<Violation> violations, boolean renderRuleViolationPriority, boolean renderViolationsByPriority, boolean aggregate)