Uses of Class
org.apache.maven.api.model.Organization
Packages that use Organization
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.-
Uses of Organization in org.apache.maven.api.model
Fields in org.apache.maven.api.model declared as OrganizationModifier and TypeFieldDescription(package private) Organization
Organization.Builder.base
(package private) Organization
Model.Builder.organization
(package private) final Organization
Model.organization
This element describes various attributes of the organization to which the project belongs.Methods in org.apache.maven.api.model that return OrganizationModifier and TypeMethodDescriptionOrganization.Builder.build()
Model.getOrganization()
This element describes various attributes of the organization to which the project belongs.static Organization
Organization.newInstance()
Creates a newOrganization
instance.static Organization
Organization.newInstance
(boolean withDefaults) Creates a newOrganization
instance using default values or not.Creates a newOrganization
instance using the specified name.Creates a newOrganization
instance using the specified url.Methods in org.apache.maven.api.model with parameters of type OrganizationModifier and TypeMethodDescriptionstatic Organization.Builder
Organization.newBuilder
(Organization from) Creates a newOrganization
builder instance using the specified object as a basis.static Organization.Builder
Organization.newBuilder
(Organization from, boolean forceCopy) Creates a newOrganization
builder instance using the specified object as a basis.Model.Builder.organization
(Organization organization) Model.withOrganization
(Organization organization) Creates a newModel
instance using the specified organization.Constructors in org.apache.maven.api.model with parameters of type Organization -
Uses of Organization in org.apache.maven.model
Methods in org.apache.maven.model that return OrganizationMethods in org.apache.maven.model that return types with arguments of type OrganizationModifier and TypeMethodDescriptionstatic List
<Organization> Organization.organizationToApiV4
(List<Organization> list) Method parameters in org.apache.maven.model with type arguments of type OrganizationModifier and TypeMethodDescriptionstatic List
<Organization> Organization.organizationToApiV3
(List<Organization> list) Constructors in org.apache.maven.model with parameters of type OrganizationModifierConstructorDescriptionOrganization
(Organization delegate) Organization
(Organization delegate, BaseObject parent) -
Uses of Organization in org.apache.maven.model.v4
Methods in org.apache.maven.model.v4 that return OrganizationModifier and TypeMethodDescriptionprotected Organization
MavenMerger.mergeOrganization
(Organization target, Organization source, boolean sourceDominant, Map<Object, Object> context) private Organization
MavenStaxReader.parseOrganization
(XMLStreamReader parser, boolean strict, InputSource source) protected Organization
MavenTransformer.transformOrganization
(Organization target) Methods in org.apache.maven.model.v4 that return types with arguments of type OrganizationModifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer
<Organization> MavenMerger.getOrganizationKey()
Methods in org.apache.maven.model.v4 with parameters of type OrganizationModifier and TypeMethodDescriptionprotected void
MavenMerger.mergeOrganization
(Organization.Builder builder, Organization target, Organization source, boolean sourceDominant, Map<Object, Object> context) protected Organization
MavenMerger.mergeOrganization
(Organization target, Organization source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeOrganization_Name
(Organization.Builder builder, Organization target, Organization source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeOrganization_Url
(Organization.Builder builder, Organization target, Organization source, boolean sourceDominant, Map<Object, Object> context) protected Organization
MavenTransformer.transformOrganization
(Organization target) protected Organization.Builder
MavenTransformer.transformOrganization_Name
(Supplier<? extends Organization.Builder> creator, Organization.Builder builder, Organization target) protected Organization.Builder
MavenTransformer.transformOrganization_Url
(Supplier<? extends Organization.Builder> creator, Organization.Builder builder, Organization target) private void
MavenStaxWriter.writeOrganization
(String tagName, Organization organization, XMLStreamWriter serializer)