Package | Description |
---|---|
org.apache.maven.model.v3_0_0 |
Modifier and Type | Method and Description |
---|---|
List<Developer> |
Model.getDevelopers()
Method getDevelopers.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.addDeveloper(Developer developer)
Method addDeveloper.
|
void |
Model.removeDeveloper(Developer developer)
Method removeDeveloper.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setDevelopers(List<Developer> developers)
Set describes the committers of a project.
|
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.