public class AddExclusion extends Object
| Constructor and Description |
|---|
AddExclusion() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDependencyArtifactId() |
String |
getDependencyGroupId() |
String |
getExclusionArtifactId() |
String |
getExclusionGroupId() |
void |
setDependencyArtifactId(String dependencyArtifactId) |
void |
setDependencyGroupId(String dependencyGroupId) |
void |
setExclusionArtifactId(String exclusionArtifactId) |
void |
setExclusionGroupId(String exclusionGroupId) |
public String getDependencyGroupId()
public void setDependencyGroupId(String dependencyGroupId)
public String getDependencyArtifactId()
public void setDependencyArtifactId(String dependencyArtifactId)
public String getExclusionGroupId()
public void setExclusionGroupId(String exclusionGroupId)
public String getExclusionArtifactId()
public void setExclusionArtifactId(String exclusionArtifactId)
Copyright © 2019 JBoss by Red Hat. All rights reserved.