java.io.Serializablepublic class Exclusion
extends java.lang.Object
implements java.io.Serializable
<exclusion> element contains
informations required to exclude
an artifact to the project.| Constructor | Description |
|---|---|
Exclusion() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getArtifactId() |
Get the artifact ID of the project to exclude.
|
java.lang.String |
getGroupId() |
Get the group ID of the project to exclude.
|
void |
setArtifactId(java.lang.String artifactId) |
Set the artifact ID of the project to exclude.
|
void |
setGroupId(java.lang.String groupId) |
Set the group ID of the project to exclude.
|
public 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 -