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 |
---|---|
Activation |
Activation.Builder.build() |
Activation |
Profile.getActivation()
The conditional logic which will automatically trigger the inclusion of this
profile.
|
static Activation |
Activation.newInstance()
Creates a new
Activation instance. |
static Activation |
Activation.newInstance(boolean withDefaults)
Creates a new
Activation instance using default values or not. |
Activation |
Activation.withActiveByDefault(boolean activeByDefault)
Creates a new
Activation instance using the specified activeByDefault. |
Activation |
Activation.withFile(ActivationFile file)
Creates a new
Activation instance using the specified file. |
Activation |
Activation.withJdk(String jdk)
Creates a new
Activation instance using the specified jdk. |
Activation |
Activation.withOs(ActivationOS os)
Creates a new
Activation instance using the specified os. |
Activation |
Activation.withProperty(ActivationProperty property)
Creates a new
Activation instance using the specified property. |
Modifier and Type | Method and Description |
---|---|
Profile.Builder |
Profile.Builder.activation(Activation activation) |
static Activation.Builder |
Activation.newBuilder(Activation from)
Creates a new
Activation builder instance using the specified object as a basis. |
static Activation.Builder |
Activation.newBuilder(Activation from,
boolean forceCopy)
Creates a new
Activation builder instance using the specified object as a basis. |
Profile |
Profile.withActivation(Activation activation)
Creates a new
Profile instance using the specified activation. |
Modifier and Type | Method and Description |
---|---|
Activation |
Activation.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static List<Activation> |
Activation.activationToApiV4(List<Activation> list) |
Modifier and Type | Method and Description |
---|---|
static List<Activation> |
Activation.activationToApiV3(List<Activation> list) |
Constructor and Description |
---|
Activation(Activation delegate) |
Activation(Activation delegate,
BaseObject parent) |
Modifier and Type | Method and Description |
---|---|
protected Activation |
MavenMerger.mergeActivation(Activation target,
Activation source,
boolean sourceDominant,
Map<Object,Object> context) |
protected Activation |
MavenTransformer.transformActivation(Activation target) |
Modifier and Type | Method and Description |
---|---|
protected MavenMerger.KeyComputer<Activation> |
MavenMerger.getActivationKey() |
Modifier and Type | Method and Description |
---|---|
protected void |
MavenMerger.mergeActivation_ActiveByDefault(Activation.Builder builder,
Activation target,
Activation source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeActivation_File(Activation.Builder builder,
Activation target,
Activation source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeActivation_Jdk(Activation.Builder builder,
Activation target,
Activation source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeActivation_Os(Activation.Builder builder,
Activation target,
Activation source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeActivation_Property(Activation.Builder builder,
Activation target,
Activation source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeActivation(Activation.Builder builder,
Activation target,
Activation source,
boolean sourceDominant,
Map<Object,Object> context) |
protected Activation |
MavenMerger.mergeActivation(Activation target,
Activation source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenTransformer.transformActivation_ActiveByDefault(Activation.Builder builder,
Activation target) |
protected void |
MavenTransformer.transformActivation_File(Activation.Builder builder,
Activation target) |
protected void |
MavenTransformer.transformActivation_Jdk(Activation.Builder builder,
Activation target) |
protected void |
MavenTransformer.transformActivation_Os(Activation.Builder builder,
Activation target) |
protected void |
MavenTransformer.transformActivation_Property(Activation.Builder builder,
Activation target) |
protected Activation |
MavenTransformer.transformActivation(Activation target) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.