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 | Class and Description |
---|---|
class |
Developer
Information about one of the committers on this project.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Contributor> |
Model.contributors
Field contributors.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Contributor> |
Model.getContributors()
Method getContributors.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.addContributor(Contributor contributor)
Method addContributor.
|
void |
Model.removeContributor(Contributor contributor)
Method removeContributor.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setContributors(java.util.List<Contributor> contributors)
Set describes the contributors to a project that are not yet
committers.
|
Modifier and Type | Method and Description |
---|---|
private Contributor |
MavenDom4jReader.parseContributor(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseContributor.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenDom4jWriter.writeContributor(Contributor contributor,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeContributor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateContributor(Contributor contributor,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateContributor.
|
Modifier and Type | Method and Description |
---|---|
private Contributor |
MavenStaxReader.parseContributor(javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseContributor.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenStaxWriter.writeContributor(Contributor contributor,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeContributor.
|
Modifier and Type | Method and Description |
---|---|
private Contributor |
MavenXpp3Reader.parseContributor(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseContributor.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeContributor(Contributor contributor,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeContributor.
|