private static class DependencySetRefactoring.OneDependency extends java.lang.Object implements PomEdits.Operation
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
artifactId |
private java.lang.String |
groupId |
private java.lang.String |
version |
| Constructor and Description |
|---|
OneDependency(ArtifactKey key) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(org.w3c.dom.Document document) |
private final java.lang.String groupId
private final java.lang.String artifactId
private final java.lang.String version
public OneDependency(ArtifactKey key)
public void process(org.w3c.dom.Document document)
process in interface PomEdits.Operation