Uses of Class
org.apache.maven.api.model.ActivationProperty
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.-
Uses of ActivationProperty in org.apache.maven.api.model
Modifier and TypeMethodDescriptionActivationProperty.Builder.build()
Activation.getProperty()
Specifies that this profile will be activated when this property is specified.static ActivationProperty
ActivationProperty.newInstance()
Creates a newActivationProperty
instance.static ActivationProperty
ActivationProperty.newInstance
(boolean withDefaults) Creates a newActivationProperty
instance using default values or not.Creates a newActivationProperty
instance using the specified name.Creates a newActivationProperty
instance using the specified value.Modifier and TypeMethodDescriptionstatic ActivationProperty.Builder
ActivationProperty.newBuilder
(ActivationProperty from) Creates a newActivationProperty
builder instance using the specified object as a basis.static ActivationProperty.Builder
ActivationProperty.newBuilder
(ActivationProperty from, boolean forceCopy) Creates a newActivationProperty
builder instance using the specified object as a basis.Activation.Builder.property
(ActivationProperty property) Activation.withProperty
(ActivationProperty property) Creates a newActivation
instance using the specified property. -
Uses of ActivationProperty in org.apache.maven.model
Modifier and TypeMethodDescriptionstatic List
<ActivationProperty> ActivationProperty.activationPropertyToApiV4
(List<ActivationProperty> list) Modifier and TypeMethodDescriptionstatic List
<ActivationProperty> ActivationProperty.activationPropertyToApiV3
(List<ActivationProperty> list) ModifierConstructorDescriptionActivationProperty
(ActivationProperty delegate) ActivationProperty
(ActivationProperty delegate, BaseObject parent) -
Uses of ActivationProperty in org.apache.maven.model.v4
Modifier and TypeMethodDescriptionprotected ActivationProperty
MavenMerger.mergeActivationProperty
(ActivationProperty target, ActivationProperty source, boolean sourceDominant, Map<Object, Object> context) protected ActivationProperty
MavenTransformer.transformActivationProperty
(ActivationProperty target) Modifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer
<ActivationProperty> MavenMerger.getActivationPropertyKey()
Modifier and TypeMethodDescriptionprotected void
MavenMerger.mergeActivationProperty
(ActivationProperty.Builder builder, ActivationProperty target, ActivationProperty source, boolean sourceDominant, Map<Object, Object> context) protected ActivationProperty
MavenMerger.mergeActivationProperty
(ActivationProperty target, ActivationProperty source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeActivationProperty_Name
(ActivationProperty.Builder builder, ActivationProperty target, ActivationProperty source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeActivationProperty_Value
(ActivationProperty.Builder builder, ActivationProperty target, ActivationProperty source, boolean sourceDominant, Map<Object, Object> context) protected ActivationProperty
MavenTransformer.transformActivationProperty
(ActivationProperty target) protected void
MavenTransformer.transformActivationProperty_Name
(ActivationProperty.Builder builder, ActivationProperty target) protected void
MavenTransformer.transformActivationProperty_Value
(ActivationProperty.Builder builder, ActivationProperty target)