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.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) |
ActivationProperty(ActivationProperty delegate,
BaseObject parent) |
Modifier and Type | Method and Description |
---|---|
protected ActivationProperty |
MavenMerger.mergeActivationProperty(ActivationProperty target,
ActivationProperty source,
boolean sourceDominant,
Map<Object,Object> context) |
protected ActivationProperty |
MavenTransformer.transformActivationProperty(ActivationProperty target) |
Modifier and Type | Method and Description |
---|---|
protected MavenMerger.KeyComputer<ActivationProperty> |
MavenMerger.getActivationPropertyKey() |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.