public class Exclusion extends Object implements Serializable
<exclusion>
element contains
informations required to exclude
an artifact to the project.Constructor and Description |
---|
Exclusion() |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId()
Get the artifact ID of the project to exclude.
|
String |
getGroupId()
Get the group ID of the project to exclude.
|
void |
setArtifactId(String artifactId)
Set the artifact ID of the project to exclude.
|
void |
setGroupId(String groupId)
Set the group ID of the project to exclude.
|
public String getArtifactId()
public String getGroupId()
public void setArtifactId(String artifactId)
artifactId
- public void setGroupId(String groupId)
groupId
- Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.