public class Exclusion extends Objectimplements Serializable , Cloneable , InputLocationTracker
<exclusion> element contains informations required to exclude an artifact to the project.
| Constructor and Description |
|---|
Exclusion()
|
| Modifier and Type | Method and Description |
|---|---|
Exclusion |
clone()
Method clone.
|
String |
getArtifactId()
Get the artifact ID of the project to exclude.
|
String |
getGroupId()
Get the group ID of the project to exclude.
|
InputLocation |
getLocation(Object
Gets the location of the specified field in the input source.
|
void |
setArtifactId(String
Set the artifact ID of the project to exclude.
|
void |
setGroupId(String
Set the group ID of the project to exclude.
|
void |
setLocation(Object
Sets the location of the specified field.
|
public StringgetArtifactId()
public StringgetGroupId()
public InputLocationgetLocation(Object key)
InputLocationTracker
getLocation in interface
InputLocationTracker
key -
public void setArtifactId(StringartifactId)
artifactId -
public void setGroupId(StringgroupId)
groupId -
public void setLocation(Objectkey, InputLocation location)
InputLocationTracker
setLocation in interface
InputLocationTracker
key -
location -