Package | Description |
---|---|
org.apache.maven.api.settings | |
org.apache.maven.settings.v4 |
Modifier and Type | Method and Description |
---|---|
ActivationProperty.Builder |
ActivationProperty.Builder.name(String name) |
static ActivationProperty.Builder |
ActivationProperty.newBuilder()
Creates a new
ActivationProperty builder instance. |
static ActivationProperty.Builder |
ActivationProperty.newBuilder(ActivationProperty from)
Creates a new
ActivationProperty builder instance using the specified object as a basis. |
static ActivationProperty.Builder |
ActivationProperty.newBuilder(ActivationProperty from,
boolean forceCopy)
Creates a new
ActivationProperty builder instance using the specified object as a basis. |
static ActivationProperty.Builder |
ActivationProperty.newBuilder(boolean withDefaults)
Creates a new
ActivationProperty builder instance using default values or not. |
ActivationProperty.Builder |
ActivationProperty.Builder.value(String value) |
ActivationProperty.Builder |
ActivationProperty.with()
Creates a new builder with this object as the basis.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SettingsMerger.mergeActivationProperty_Name(ActivationProperty.Builder builder,
ActivationProperty target,
ActivationProperty source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
SettingsMerger.mergeActivationProperty_Value(ActivationProperty.Builder builder,
ActivationProperty target,
ActivationProperty source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
SettingsMerger.mergeActivationProperty(ActivationProperty.Builder builder,
ActivationProperty target,
ActivationProperty source,
boolean sourceDominant,
Map<Object,Object> context) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.