Uses of Class
org.apache.maven.model.Organization
-
Packages that use Organization Package Description org.apache.maven.model org.apache.maven.model.io.xpp3 org.apache.maven.project -
-
Uses of Organization in org.apache.maven.model
Fields in org.apache.maven.model declared as Organization Modifier and Type Field Description private Organization
Model. organization
This element describes various attributes of the organization to which the project belongs.Methods in org.apache.maven.model that return Organization Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description private Organization
MavenXpp3Reader. parseOrganization(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseOrganization.Methods in org.apache.maven.model.io.xpp3 with parameters of type Organization Modifier and Type Method Description private void
MavenXpp3Writer. writeOrganization(Organization organization, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeOrganization. -
Uses of Organization in org.apache.maven.project
Methods in org.apache.maven.project that return Organization Modifier and Type Method Description static Organization
ModelUtils. cloneOrganization(Organization src)
Organization
MavenProject. getOrganization()
Methods in org.apache.maven.project with parameters of type Organization Modifier and Type Method Description static Organization
ModelUtils. cloneOrganization(Organization src)
void
MavenProject. setOrganization(Organization organization)
-