Uses of Class
org.apache.maven.model.Organization
Packages that use Organization
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo model.XML reader and writer classes for Maven POM, generated from
maven.mdo model.POM merger.
-
Uses of Organization in org.apache.maven.model
Fields in org.apache.maven.model declared as OrganizationModifier and TypeFieldDescriptionprivate OrganizationModel.organizationThis element describes various attributes of the organization to which the project belongs.Methods in org.apache.maven.model that return OrganizationModifier and TypeMethodDescriptionOrganization.clone()Method clone.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 OrganizationModifier and TypeMethodDescriptionvoidModel.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.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type OrganizationModifier and TypeMethodDescriptionprivate voidStringVisitorModelInterpolator.ModelVisitor.visit(Organization organization) -
Uses of Organization in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return OrganizationModifier and TypeMethodDescriptionprivate OrganizationMavenXpp3Reader.parseOrganization(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseOrganization.private OrganizationMavenXpp3ReaderEx.parseOrganization(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) Method parseOrganization.Methods in org.apache.maven.model.io.xpp3 with parameters of type OrganizationModifier and TypeMethodDescriptionprivate voidMavenXpp3Writer.writeOrganization(Organization organization, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeOrganization.private voidMavenXpp3WriterEx.writeOrganization(Organization organization, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeOrganization. -
Uses of Organization in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type OrganizationModifier and TypeMethodDescriptionprotected voidModelMerger.mergeOrganization(Organization target, Organization source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeOrganization_Name(Organization target, Organization source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeOrganization_Url(Organization target, Organization source, boolean sourceDominant, Map<Object, Object> context) -
Uses of Organization in org.apache.maven.project
Methods in org.apache.maven.project that return OrganizationMethods in org.apache.maven.project with parameters of type Organization