Package | Description |
---|---|
org.apache.maven.api.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model | |
org.apache.maven.model.resolution | |
org.apache.maven.model.v4 | |
org.apache.maven.project |
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. |
Modifier and Type | Method and Description |
---|---|
Parent |
Parent.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static List<Parent> |
Parent.parentToApiV4(List<Parent> list) |
Modifier and Type | Method and Description |
---|---|
static List<Parent> |
Parent.parentToApiV3(List<Parent> list) |
Constructor and Description |
---|
Parent(Parent delegate) |
Parent(Parent delegate,
BaseObject parent) |
Modifier and Type | Method and Description |
---|---|
default ModelSource |
ModelResolver.resolveModel(Parent parent,
AtomicReference<Parent> modified) |
Modifier and Type | Method and Description |
---|---|
default ModelSource |
ModelResolver.resolveModel(Parent parent,
AtomicReference<Parent> modified) |
Modifier and Type | Method and Description |
---|---|
protected Parent |
MavenMerger.mergeParent(Parent target,
Parent source,
boolean sourceDominant,
Map<Object,Object> context) |
protected Parent |
MavenTransformer.transformParent(Parent target) |
Modifier and Type | Method and Description |
---|---|
protected MavenMerger.KeyComputer<Parent> |
MavenMerger.getParentKey() |
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 Parent |
MavenMerger.mergeParent(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) |
protected Parent |
MavenTransformer.transformParent(Parent target) |
Modifier and Type | Method and Description |
---|---|
ModelSource |
ProjectModelResolver.resolveModel(Parent parent,
AtomicReference<Parent> modified) |
Modifier and Type | Method and Description |
---|---|
ModelSource |
ProjectModelResolver.resolveModel(Parent parent,
AtomicReference<Parent> modified) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.