Uses of Class
org.apache.maven.api.model.Parent.Builder
-
Uses of Parent.Builder in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return Parent.BuilderModifier and TypeMethodDescriptionParent.Builder.artifactId(String artifactId) Parent.Builder.location(Object key, InputLocation location) static Parent.BuilderParent.newBuilder()Creates a newParentbuilder instance.static Parent.BuilderParent.newBuilder(boolean withDefaults) Creates a newParentbuilder instance using default values or not.static 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.Parent.Builder.relativePath(String relativePath) Parent.with()Creates a new builder with this object as the basis.