Package | Description |
---|---|
org.apache.maven.api.settings | |
org.apache.maven.settings | |
org.apache.maven.settings.v4 |
Modifier and Type | Method and Description |
---|---|
ActivationProperty |
ActivationProperty.Builder.build() |
ActivationProperty |
Activation.getProperty()
Specifies that this profile will be activated when this System property is specified.
|
static ActivationProperty |
ActivationProperty.newInstance()
Creates a new
ActivationProperty instance. |
static ActivationProperty |
ActivationProperty.newInstance(boolean withDefaults)
Creates a new
ActivationProperty instance using default values or not. |
ActivationProperty |
ActivationProperty.withName(String name)
Creates a new
ActivationProperty instance using the specified name. |
ActivationProperty |
ActivationProperty.withValue(String value)
Creates a new
ActivationProperty instance using the specified value. |
Modifier and Type | Method and Description |
---|---|
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. |
Activation.Builder |
Activation.Builder.property(ActivationProperty property) |
Activation |
Activation.withProperty(ActivationProperty property)
Creates a new
Activation instance using the specified property. |
Modifier and Type | Method and Description |
---|---|
ActivationProperty |
ActivationProperty.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static List<ActivationProperty> |
ActivationProperty.activationPropertyToApiV4(List<ActivationProperty> list) |
Modifier and Type | Method and Description |
---|---|
static List<ActivationProperty> |
ActivationProperty.activationPropertyToApiV3(List<ActivationProperty> list) |
Constructor and Description |
---|
ActivationProperty(ActivationProperty delegate) |
Modifier and Type | Method and Description |
---|---|
protected ActivationProperty |
SettingsMerger.mergeActivationProperty(ActivationProperty target,
ActivationProperty source,
boolean sourceDominant,
Map<Object,Object> context) |
Modifier and Type | Method and Description |
---|---|
protected SettingsMerger.KeyComputer<ActivationProperty> |
SettingsMerger.getActivationPropertyKey() |
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) |
protected ActivationProperty |
SettingsMerger.mergeActivationProperty(ActivationProperty target,
ActivationProperty source,
boolean sourceDominant,
Map<Object,Object> context) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.