Package | Description |
---|---|
org.apache.maven.plugins.pmd | |
org.apache.maven.plugins.pmd.exec | |
org.apache.maven.plugins.pmd.model |
Modifier and Type | Method and Description |
---|---|
void |
PmdReportRenderer.setSuppressedViolations(Collection<SuppressedViolation> suppressedViolations) |
Modifier and Type | Method and Description |
---|---|
Collection<SuppressedViolation> |
PmdResult.getSuppressedViolations() |
Modifier and Type | Method and Description |
---|---|
List<SuppressedViolation> |
PmdErrorDetail.getSuppressedViolations()
Method getSuppressedViolations.
|
Modifier and Type | Method and Description |
---|---|
void |
PmdErrorDetail.addSuppressedViolation(SuppressedViolation suppressedViolation)
Method addSuppressedViolation.
|
void |
PmdErrorDetail.removeSuppressedViolation(SuppressedViolation suppressedViolation)
Method removeSuppressedViolation.
|
Modifier and Type | Method and Description |
---|---|
void |
PmdErrorDetail.setSuppressedViolations(List<SuppressedViolation> suppressedViolations)
Set the suppressedViolations field.
|
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.