Modifier and Type | Method and Description |
---|---|
Parent |
Parent.Builder.build() |
Parent |
Model.getParent()
The location of the parent project, if one exists.
|
static Parent |
Parent.newInstance()
Creates a new
Parent instance. |
static Parent |
Parent.newInstance(boolean withDefaults)
Creates a new
Parent instance using default values or not. |
Parent |
Parent.withArtifactId(String artifactId)
Creates a new
Parent instance using the specified artifactId. |
Parent |
Parent.withGroupId(String groupId)
Creates a new
Parent instance using the specified groupId. |
Parent |
Parent.withRelativePath(String relativePath)
Creates a new
Parent instance using the specified relativePath. |
Parent |
Parent.withVersion(String version)
Creates a new
Parent instance using the specified version. |
Modifier and Type | Method and Description |
---|---|
static Parent.Builder |
Parent.newBuilder(Parent from)
Creates a new
Parent builder instance using the specified object as a basis. |
static Parent.Builder |
Parent.newBuilder(Parent from,
boolean forceCopy)
Creates a new
Parent builder instance using the specified object as a basis. |
Model.Builder |
Model.Builder.parent(Parent parent) |
Model |
Model.withParent(Parent parent)
Creates a new
Model instance using the specified parent. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.