public class DependencyExclusion extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
DependencyExclusion() |
| Modifier and Type | Method and Description |
|---|---|
DependencyExclusion |
clone()
Method clone.
|
String |
getArtifactId()
Get artifact ID of the excluded artifact.
|
String |
getGroupId()
Get group ID of the excluded artifact.
|
void |
setArtifactId(String artifactId)
Set artifact ID of the excluded artifact.
|
void |
setGroupId(String groupId)
Set group ID of the excluded artifact.
|
public DependencyExclusion clone()
public String getArtifactId()
public String getGroupId()
public void setArtifactId(String artifactId)
artifactId - public void setGroupId(String groupId)
groupId - Copyright © 2012-2015 Red Hat, Inc.. All Rights Reserved.