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