|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Contributor | |
---|---|
org.apache.maven.model | |
org.apache.maven.project |
Uses of Contributor in org.apache.maven.model |
---|
Subclasses of Contributor in org.apache.maven.model | |
---|---|
class |
Developer
Information about one of the committers on this project. |
Methods in org.apache.maven.model that return types with arguments of type Contributor | |
---|---|
List<Contributor> |
Model.getContributors()
Method getContributors. |
Methods in org.apache.maven.model with parameters of type Contributor | |
---|---|
void |
Model.addContributor(Contributor contributor)
Method addContributor. |
void |
Model.removeContributor(Contributor contributor)
Method removeContributor. |
Method parameters in org.apache.maven.model with type arguments of type Contributor | |
---|---|
void |
Model.setContributors(List<Contributor> contributors)
Set describes the contributors to a project that are not yet committers. |
Uses of Contributor in org.apache.maven.project |
---|
Methods in org.apache.maven.project that return Contributor | |
---|---|
static Contributor |
ModelUtils.cloneContributor(Contributor src)
|
Methods in org.apache.maven.project with parameters of type Contributor | |
---|---|
void |
MavenProject.addContributor(Contributor contributor)
|
static Contributor |
ModelUtils.cloneContributor(Contributor src)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |