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.importedFrom
(InputLocation importedFrom) Parent.Builder.location
(Object key, InputLocation location) static Parent.Builder
Parent.newBuilder()
Creates a newParent
builder instance.static Parent.Builder
Parent.newBuilder
(boolean withDefaults) Creates a newParent
builder instance using default values or not.static 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.Parent.Builder.relativePath
(String relativePath) Parent.with()
Creates a new builder with this object as the basis.Constructors in org.apache.maven.api.model with parameters of type Parent.BuilderModifierConstructorDescriptionprotected
Parent
(Parent.Builder builder) Constructor for this class, to be called from its subclasses andParent.Builder
.