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 |
---|---|
ActivationFile.Builder |
ActivationFile.Builder.exists(String exists) |
ActivationFile.Builder |
ActivationFile.Builder.location(Object key,
InputLocation location) |
ActivationFile.Builder |
ActivationFile.Builder.missing(String missing) |
static ActivationFile.Builder |
ActivationFile.newBuilder()
Creates a new
ActivationFile builder instance. |
static ActivationFile.Builder |
ActivationFile.newBuilder(ActivationFile from)
Creates a new
ActivationFile builder instance using the specified object as a basis. |
static ActivationFile.Builder |
ActivationFile.newBuilder(ActivationFile from,
boolean forceCopy)
Creates a new
ActivationFile builder instance using the specified object as a basis. |
static ActivationFile.Builder |
ActivationFile.newBuilder(boolean withDefaults)
Creates a new
ActivationFile builder instance using default values or not. |
ActivationFile.Builder |
ActivationFile.with()
Creates a new builder with this object as the basis.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenMerger.mergeActivationFile_Exists(ActivationFile.Builder builder,
ActivationFile target,
ActivationFile source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeActivationFile_Missing(ActivationFile.Builder builder,
ActivationFile target,
ActivationFile source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeActivationFile(ActivationFile.Builder builder,
ActivationFile target,
ActivationFile source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenTransformer.transformActivationFile_Exists(ActivationFile.Builder builder,
ActivationFile target) |
protected void |
MavenTransformer.transformActivationFile_Missing(ActivationFile.Builder builder,
ActivationFile target) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.