|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Organization | |
| org.apache.maven.model | |
| org.apache.maven.model.io.xpp3 | |
| Uses of Organization in org.apache.maven.model |
| Fields in org.apache.maven.model declared as Organization | |
private Organization |
Model.organization
Field organization |
| Methods in org.apache.maven.model that return Organization | |
Organization |
Model.getOrganization()
Get This element describes various attributes of the organization to which the project belongs. |
| Methods in org.apache.maven.model with parameters of type Organization | |
void |
Model.setOrganization(Organization organization)
Set This element describes various attributes of the organization to which the project belongs. |
| Uses of Organization in org.apache.maven.model.io.xpp3 |
| Methods in org.apache.maven.model.io.xpp3 that return Organization | |
private Organization |
MavenXpp3Reader.parseOrganization(java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
java.lang.String encoding)
Method parseOrganization |
| Methods in org.apache.maven.model.io.xpp3 with parameters of type Organization | |
private void |
MavenXpp3Writer.writeOrganization(Organization organization,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeOrganization |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||