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