Package | Description |
---|---|
org.apache.maven.api.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model.v4 |
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenMerger.mergeParent_ArtifactId(Parent.Builder builder,
Parent target,
Parent source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeParent_GroupId(Parent.Builder builder,
Parent target,
Parent source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeParent_RelativePath(Parent.Builder builder,
Parent target,
Parent source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeParent_Version(Parent.Builder builder,
Parent target,
Parent source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeParent(Parent.Builder builder,
Parent target,
Parent source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenTransformer.transformParent_ArtifactId(Parent.Builder builder,
Parent target) |
protected void |
MavenTransformer.transformParent_GroupId(Parent.Builder builder,
Parent target) |
protected void |
MavenTransformer.transformParent_RelativePath(Parent.Builder builder,
Parent target) |
protected void |
MavenTransformer.transformParent_Version(Parent.Builder builder,
Parent target) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.