Uses of Class
org.apache.maven.model.Parent
Packages that use 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 ParentMethods in org.apache.maven.model with parameters of type ParentMethod parameters in org.apache.maven.model with type arguments of type Parent -
Uses of Parent in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type ParentModifier and TypeMethodDescriptionprotected void
ModelMerger.mergeParent
(Parent target, Parent source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeParent_ArtifactId
(Parent target, Parent source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeParent_GroupId
(Parent target, Parent source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeParent_RelativePath
(Parent target, Parent source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeParent_Version
(Parent target, Parent source, boolean sourceDominant, Map<Object, Object> context)