Uses of Class
org.apache.maven.plugins.pmd.model.ProcessingError
Packages that use ProcessingError
Package
Description
- 
Uses of ProcessingError in org.apache.maven.plugins.pmdMethod parameters in org.apache.maven.plugins.pmd with type arguments of type ProcessingErrorModifier and TypeMethodDescriptionvoidPmdReportRenderer.setProcessingErrors(Collection<ProcessingError> processingErrors) 
- 
Uses of ProcessingError in org.apache.maven.plugins.pmd.execMethods in org.apache.maven.plugins.pmd.exec that return types with arguments of type ProcessingError
- 
Uses of ProcessingError in org.apache.maven.plugins.pmd.modelMethods in org.apache.maven.plugins.pmd.model that return types with arguments of type ProcessingErrorMethods in org.apache.maven.plugins.pmd.model with parameters of type ProcessingErrorModifier and TypeMethodDescriptionvoidPmdErrorDetail.addError(ProcessingError processingError) Method addError.voidPmdErrorDetail.removeError(ProcessingError processingError) Method removeError.Method parameters in org.apache.maven.plugins.pmd.model with type arguments of type ProcessingErrorModifier and TypeMethodDescriptionvoidPmdErrorDetail.setErrors(List<ProcessingError> errors) Set the errors field.