java.io.Serializable, java.lang.Cloneablepublic class DependencyExclusion
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
| Constructor | Description |
|---|---|
DependencyExclusion() |
| Modifier and Type | Method | Description |
|---|---|---|
DependencyExclusion |
clone() |
Method clone.
|
java.lang.String |
getArtifactId() |
Get artifact ID of the excluded artifact.
|
java.lang.String |
getGroupId() |
Get group ID of the excluded artifact.
|
void |
setArtifactId(java.lang.String artifactId) |
Set artifact ID of the excluded artifact.
|
void |
setGroupId(java.lang.String groupId) |
Set group ID of the excluded artifact.
|
public DependencyExclusion clone()
clone in class java.lang.Objectpublic java.lang.String getArtifactId()
public java.lang.String getGroupId()
public void setArtifactId(java.lang.String artifactId)
artifactId - public void setGroupId(java.lang.String groupId)
groupId -