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.modelMethods 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 ParentParent.newInstance()Creates a newParentinstance.static ParentParent.newInstance(boolean withDefaults) Creates a newParentinstance using default values or not.Parent.withArtifactId(String artifactId) Creates a newParentinstance using the specified artifactId.Parent.withGroupId(String groupId) Creates a newParentinstance using the specified groupId.Parent.withRelativePath(String relativePath) Creates a newParentinstance using the specified relativePath.Parent.withVersion(String version) Creates a newParentinstance using the specified version.Methods in org.apache.maven.api.model with parameters of type ParentModifier and TypeMethodDescriptionstatic Parent.BuilderParent.newBuilder(Parent from) Creates a newParentbuilder instance using the specified object as a basis.static Parent.BuilderParent.newBuilder(Parent from, boolean forceCopy) Creates a newParentbuilder instance using the specified object as a basis.Model.withParent(Parent parent) Creates a newModelinstance using the specified parent.
- 
Uses of Parent in org.apache.maven.api.servicesMethods in org.apache.maven.api.services with parameters of type ParentModifier and TypeMethodDescriptiondefault ModelSourceModelResolver.resolveModel(Session session, Parent parent, AtomicReference<Parent> modified) Tries to resolve the POM for the specified parent coordinates possibly updatingparent.Method parameters in org.apache.maven.api.services with type arguments of type ParentModifier and TypeMethodDescriptiondefault ModelSourceModelResolver.resolveModel(Session session, Parent parent, AtomicReference<Parent> modified) Tries to resolve the POM for the specified parent coordinates possibly updatingparent.
- 
Uses of Parent in org.apache.maven.modelMethods 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.resolutionMethods in org.apache.maven.model.resolution with parameters of type ParentModifier and TypeMethodDescriptiondefault ModelSourceModelResolver.resolveModel(Parent parent, AtomicReference<Parent> modified) Method parameters in org.apache.maven.model.resolution with type arguments of type ParentModifier and TypeMethodDescriptiondefault ModelSourceModelResolver.resolveModel(Parent parent, AtomicReference<Parent> modified) 
- 
Uses of Parent in org.apache.maven.model.v4Methods in org.apache.maven.model.v4 that return ParentModifier and TypeMethodDescriptionprotected ParentMavenMerger.mergeParent(Parent target, Parent source, boolean sourceDominant, Map<Object, Object> context) protected ParentMavenTransformer.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 voidMavenMerger.mergeParent(Parent.Builder builder, Parent target, Parent source, boolean sourceDominant, Map<Object, Object> context) protected ParentMavenMerger.mergeParent(Parent target, Parent source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeParent_ArtifactId(Parent.Builder builder, Parent target, Parent source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeParent_GroupId(Parent.Builder builder, Parent target, Parent source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeParent_RelativePath(Parent.Builder builder, Parent target, Parent source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeParent_Version(Parent.Builder builder, Parent target, Parent source, boolean sourceDominant, Map<Object, Object> context) protected ParentMavenTransformer.transformParent(Parent target) protected Parent.BuilderMavenTransformer.transformParent_ArtifactId(Supplier<? extends Parent.Builder> creator, Parent.Builder builder, Parent target) protected Parent.BuilderMavenTransformer.transformParent_GroupId(Supplier<? extends Parent.Builder> creator, Parent.Builder builder, Parent target) protected Parent.BuilderMavenTransformer.transformParent_RelativePath(Supplier<? extends Parent.Builder> creator, Parent.Builder builder, Parent target) protected Parent.BuilderMavenTransformer.transformParent_Version(Supplier<? extends Parent.Builder> creator, Parent.Builder builder, Parent target) 
- 
Uses of Parent in org.apache.maven.projectMethods in org.apache.maven.project with parameters of type ParentModifier and TypeMethodDescriptionDefaultProjectBuilder.ModelResolverWrapper.resolveModel(Session session, Parent parent, AtomicReference<Parent> modified) ProjectModelResolver.resolveModel(Parent parent, AtomicReference<Parent> modified) Method parameters in org.apache.maven.project with type arguments of type ParentModifier and TypeMethodDescriptionDefaultProjectBuilder.ModelResolverWrapper.resolveModel(Session session, Parent parent, AtomicReference<Parent> modified) ProjectModelResolver.resolveModel(Parent parent, AtomicReference<Parent> modified)