Uses of Class
org.apache.maven.api.model.Parent
Packages that use Parent
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.-
Uses of Parent in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return ParentModifier and TypeMethodDescriptionParent.Builder.build()
Model.getParent()
The location of the parent project, if one exists.static Parent
Parent.newInstance()
Creates a newParent
instance.static Parent
Parent.newInstance
(boolean withDefaults) Creates a newParent
instance using default values or not.Parent.withArtifactId
(String artifactId) Creates a newParent
instance using the specified artifactId.Parent.withGroupId
(String groupId) Creates a newParent
instance using the specified groupId.Parent.withRelativePath
(String relativePath) Creates a newParent
instance using the specified relativePath.Parent.withVersion
(String version) Creates a newParent
instance using the specified version.Methods in org.apache.maven.api.model with parameters of type ParentModifier and TypeMethodDescriptionstatic Parent.Builder
Parent.newBuilder
(Parent from) Creates a newParent
builder instance using the specified object as a basis.static Parent.Builder
Parent.newBuilder
(Parent from, boolean forceCopy) Creates a newParent
builder instance using the specified object as a basis.Model.withParent
(Parent parent) Creates a newModel
instance using the specified parent. -
Uses of Parent in org.apache.maven.model
Methods in org.apache.maven.model that return ParentMethods in org.apache.maven.model that return types with arguments of type ParentMethod parameters in org.apache.maven.model with type arguments of type ParentConstructors in org.apache.maven.model with parameters of type Parent -
Uses of Parent in org.apache.maven.model.resolution
Methods in org.apache.maven.model.resolution with parameters of type ParentModifier and TypeMethodDescriptiondefault ModelSource
ModelResolver.resolveModel
(Parent parent, AtomicReference<Parent> modified) Method parameters in org.apache.maven.model.resolution with type arguments of type ParentModifier and TypeMethodDescriptiondefault ModelSource
ModelResolver.resolveModel
(Parent parent, AtomicReference<Parent> modified) -
Uses of Parent in org.apache.maven.model.v4
Methods in org.apache.maven.model.v4 that return ParentModifier and TypeMethodDescriptionprotected Parent
MavenMerger.mergeParent
(Parent target, Parent source, boolean sourceDominant, Map<Object, Object> context) protected Parent
MavenTransformer.transformParent
(Parent target) Methods in org.apache.maven.model.v4 that return types with arguments of type ParentModifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer
<Parent> MavenMerger.getParentKey()
Methods in org.apache.maven.model.v4 with parameters of type ParentModifier and TypeMethodDescriptionprotected void
MavenMerger.mergeParent
(Parent.Builder builder, Parent target, Parent source, boolean sourceDominant, Map<Object, Object> context) protected Parent
MavenMerger.mergeParent
(Parent target, Parent source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeParent_ArtifactId
(Parent.Builder builder, Parent target, Parent source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeParent_GroupId
(Parent.Builder builder, Parent target, Parent source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeParent_RelativePath
(Parent.Builder builder, Parent target, Parent source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeParent_Version
(Parent.Builder builder, Parent target, Parent source, boolean sourceDominant, Map<Object, Object> context) protected Parent
MavenTransformer.transformParent
(Parent target) protected void
MavenTransformer.transformParent_ArtifactId
(Parent.Builder builder, Parent target) protected void
MavenTransformer.transformParent_GroupId
(Parent.Builder builder, Parent target) protected void
MavenTransformer.transformParent_RelativePath
(Parent.Builder builder, Parent target) protected void
MavenTransformer.transformParent_Version
(Parent.Builder builder, Parent target) -
Uses of Parent in org.apache.maven.project
Methods in org.apache.maven.project with parameters of type ParentModifier and TypeMethodDescriptionProjectModelResolver.resolveModel
(Parent parent, AtomicReference<Parent> modified) Method parameters in org.apache.maven.project with type arguments of type ParentModifier and TypeMethodDescriptionProjectModelResolver.resolveModel
(Parent parent, AtomicReference<Parent> modified)