Package | Description |
---|---|
org.apache.maven.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model.interpolation | |
org.apache.maven.model.io.xpp3 |
XML reader and writer classes for Maven POM, generated from
maven.mdo model. |
org.apache.maven.model.merge |
POM merger.
|
org.apache.maven.project |
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 |
---|---|
Contributor |
Contributor.clone()
Method clone.
|
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 void |
StringVisitorModelInterpolator.ModelVisitor.visit(Contributor contributor) |
Modifier and Type | Method and Description |
---|---|
private Contributor |
MavenXpp3Reader.parseContributor(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseContributor.
|
private Contributor |
MavenXpp3ReaderEx.parseContributor(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
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.
|
private void |
MavenXpp3WriterEx.writeContributor(Contributor contributor,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeContributor.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
ModelMerger.getContributorKey(Contributor contributor) |
java.lang.Object |
ModelMerger.ContributorKeyComputer.key(Contributor contributor) |
protected void |
ModelMerger.mergeContributor_Email(Contributor target,
Contributor source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeContributor_Name(Contributor target,
Contributor source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeContributor_Organization(Contributor target,
Contributor source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeContributor_OrganizationUrl(Contributor target,
Contributor source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeContributor_Properties(Contributor target,
Contributor source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeContributor_Roles(Contributor target,
Contributor source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeContributor_Timezone(Contributor target,
Contributor source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeContributor_Url(Contributor target,
Contributor source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeContributor(Contributor target,
Contributor source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Contributor> |
MavenProject.getContributors() |
Modifier and Type | Method and Description |
---|---|
void |
MavenProject.addContributor(Contributor contributor) |
Modifier and Type | Method and Description |
---|---|
void |
MavenProject.setContributors(java.util.List<Contributor> contributors) |