public class AddExclusionOperation extends java.lang.Object implements PomEdits.Operation
Modifier and Type | Field and Description |
---|---|
private org.apache.maven.model.Dependency |
dependency |
private ArtifactKey |
exclusion |
private static org.slf4j.Logger |
log |
Constructor and Description |
---|
AddExclusionOperation(org.apache.maven.model.Dependency dependency,
ArtifactKey exclusion) |
Modifier and Type | Method and Description |
---|---|
void |
process(org.w3c.dom.Document document) |
private static final org.slf4j.Logger log
private org.apache.maven.model.Dependency dependency
private ArtifactKey exclusion
public AddExclusionOperation(org.apache.maven.model.Dependency dependency, ArtifactKey exclusion)
public void process(org.w3c.dom.Document document)
process
in interface PomEdits.Operation