Uses of Class
org.apache.maven.plugins.pmd.model.SuppressedViolation
Packages that use SuppressedViolation
Package
Description
- 
Uses of SuppressedViolation in org.apache.maven.plugins.pmdMethod parameters in org.apache.maven.plugins.pmd with type arguments of type SuppressedViolationModifier and TypeMethodDescriptionvoidPmdReportRenderer.setSuppressedViolations(Collection<SuppressedViolation> suppressedViolations) 
- 
Uses of SuppressedViolation in org.apache.maven.plugins.pmd.execMethods in org.apache.maven.plugins.pmd.exec that return types with arguments of type SuppressedViolation
- 
Uses of SuppressedViolation in org.apache.maven.plugins.pmd.modelMethods in org.apache.maven.plugins.pmd.model that return types with arguments of type SuppressedViolationModifier and TypeMethodDescriptionPmdErrorDetail.getSuppressedViolations()Method getSuppressedViolations.Methods in org.apache.maven.plugins.pmd.model with parameters of type SuppressedViolationModifier and TypeMethodDescriptionvoidPmdErrorDetail.addSuppressedViolation(SuppressedViolation suppressedViolation) Method addSuppressedViolation.voidPmdErrorDetail.removeSuppressedViolation(SuppressedViolation suppressedViolation) Method removeSuppressedViolation.Method parameters in org.apache.maven.plugins.pmd.model with type arguments of type SuppressedViolationModifier and TypeMethodDescriptionvoidPmdErrorDetail.setSuppressedViolations(List<SuppressedViolation> suppressedViolations) Set the suppressedViolations field.