Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.dom4j | |
org.apache.maven.model.io.jdom | |
org.apache.maven.model.io.stax | |
org.apache.maven.model.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Exclusion> |
Dependency.exclusions
Field exclusions.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Exclusion> |
Dependency.getExclusions()
Method getExclusions.
|
Modifier and Type | Method and Description |
---|---|
void |
Dependency.addExclusion(Exclusion exclusion)
Method addExclusion.
|
void |
Dependency.removeExclusion(Exclusion exclusion)
Method removeExclusion.
|
Modifier and Type | Method and Description |
---|---|
void |
Dependency.setExclusions(java.util.List<Exclusion> exclusions)
Set lists a set of artifacts that should be excluded from
this dependency's artifact list when it comes to
calculating transitive dependencies.
|
Modifier and Type | Method and Description |
---|---|
private Exclusion |
MavenDom4jReader.parseExclusion(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseExclusion.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenDom4jWriter.writeExclusion(Exclusion exclusion,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeExclusion.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateExclusion(Exclusion exclusion,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateExclusion.
|
Modifier and Type | Method and Description |
---|---|
private Exclusion |
MavenStaxReader.parseExclusion(javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseExclusion.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenStaxWriter.writeExclusion(Exclusion exclusion,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeExclusion.
|
Modifier and Type | Method and Description |
---|---|
private Exclusion |
MavenXpp3Reader.parseExclusion(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseExclusion.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeExclusion(Exclusion exclusion,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeExclusion.
|