|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Contributor | |
org.apache.maven.model | |
org.apache.maven.model.io.xpp3 |
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 with parameters of type Contributor | |
void |
Model.addContributor(Contributor contributor)
Method addContributor |
void |
Model.removeContributor(Contributor contributor)
Method removeContributor |
Uses of Contributor in org.apache.maven.model.io.xpp3 |
Methods in org.apache.maven.model.io.xpp3 that return Contributor | |
private Contributor |
MavenXpp3Reader.parseContributor(java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
java.lang.String encoding)
Method parseContributor |
Methods in org.apache.maven.model.io.xpp3 with parameters of type Contributor | |
private void |
MavenXpp3Writer.writeContributor(Contributor contributor,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeContributor |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |