Modifier and Type | Method and Description |
---|---|
Parent.Builder |
Parent.Builder.artifactId(String artifactId) |
Parent.Builder |
Parent.Builder.groupId(String groupId) |
Parent.Builder |
Parent.Builder.location(Object key,
InputLocation location) |
static Parent.Builder |
Parent.newBuilder()
Creates a new
Parent builder instance. |
static Parent.Builder |
Parent.newBuilder(boolean withDefaults)
Creates a new
Parent builder instance using default values or not. |
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. |
Parent.Builder |
Parent.Builder.relativePath(String relativePath) |
Parent.Builder |
Parent.Builder.version(String version) |
Parent.Builder |
Parent.with()
Creates a new builder with this object as the basis.
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.