public class Exclusion extends LocatedTreeImpl
<exclusion> element contains informations required to exclude
an artifact to the project.
Java class for Exclusion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Exclusion">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="artifactId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="groupId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocatedAttribute |
artifactId |
protected LocatedAttribute |
groupId |
endLocation, startLocation| Constructor and Description |
|---|
Exclusion() |
| Modifier and Type | Method and Description |
|---|---|
LocatedAttribute |
getArtifactId()
Gets the value of the artifactId property.
|
LocatedAttribute |
getGroupId()
Gets the value of the groupId property.
|
void |
setArtifactId(LocatedAttribute value)
Sets the value of the artifactId property.
|
void |
setGroupId(LocatedAttribute value)
Sets the value of the groupId property.
|
endLocation, setEndLocation, setStartLocation, startLocationprotected LocatedAttribute artifactId
protected LocatedAttribute groupId
public LocatedAttribute getArtifactId()
Stringpublic void setArtifactId(LocatedAttribute value)
value - allowed object is
Stringpublic LocatedAttribute getGroupId()
Stringpublic void setGroupId(LocatedAttribute value)
value - allowed object is
StringCopyright © 2012–2016 SonarSource. All rights reserved.