Package | Description |
---|---|
org.apache.maven.model.v3_0_0 | |
org.apache.maven.model.v3_0_0.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private Organization |
Model.organization
This element describes various attributes of the
organization to which the
project belongs.
|
Modifier and Type | Method and Description |
---|---|
Organization |
Model.getOrganization()
Get this element describes various attributes of the
organization to which the
project belongs.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setOrganization(Organization organization)
Set this element describes various attributes of the
organization to which the
project belongs.
|
Modifier and Type | Method and Description |
---|---|
private Organization |
MavenXpp3Reader.parseOrganization(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseOrganization.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeOrganization(Organization organization,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeOrganization.
|