Uses of Class
org.apache.maven.api.model.Parent
-
Uses of Parent in org.apache.maven.api.model
Modifier 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.Modifier 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.