Uses of Class
org.apache.maven.plugins.pmd.model.ProcessingError
-
Packages that use ProcessingError Package Description org.apache.maven.plugins.pmd org.apache.maven.plugins.pmd.exec org.apache.maven.plugins.pmd.model -
-
Uses of ProcessingError in org.apache.maven.plugins.pmd
Methods in org.apache.maven.plugins.pmd that return types with arguments of type ProcessingError Modifier and Type Method Description java.util.List<ProcessingError>PmdReportGenerator. getProcessingErrors()Method parameters in org.apache.maven.plugins.pmd with type arguments of type ProcessingError Modifier and Type Method Description voidPmdReportGenerator. setProcessingErrors(java.util.Collection<ProcessingError> errors) -
Uses of ProcessingError in org.apache.maven.plugins.pmd.exec
Methods in org.apache.maven.plugins.pmd.exec that return types with arguments of type ProcessingError Modifier and Type Method Description java.util.Collection<ProcessingError>PmdResult. getErrors() -
Uses of ProcessingError in org.apache.maven.plugins.pmd.model
Methods in org.apache.maven.plugins.pmd.model that return types with arguments of type ProcessingError Modifier and Type Method Description java.util.List<ProcessingError>PmdErrorDetail. getErrors()Method getErrors.Methods in org.apache.maven.plugins.pmd.model with parameters of type ProcessingError Modifier and Type Method Description voidPmdErrorDetail. 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 ProcessingError Modifier and Type Method Description voidPmdErrorDetail. setErrors(java.util.List<ProcessingError> errors)Set the errors field.
-