Uses of Class
org.apache.maven.api.model.ActivationProperty
Packages that use ActivationProperty
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.-
Uses of ActivationProperty in org.apache.maven.api.model
Fields in org.apache.maven.api.model declared as ActivationPropertyModifier and TypeFieldDescription(package private) ActivationProperty
ActivationProperty.Builder.base
(package private) ActivationProperty
Activation.Builder.property
(package private) final ActivationProperty
Activation.property
Specifies that this profile will be activated when this property is specified.Methods in org.apache.maven.api.model that return ActivationPropertyModifier 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.Methods in org.apache.maven.api.model with parameters of type ActivationPropertyModifier 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.Constructors in org.apache.maven.api.model with parameters of type ActivationProperty -
Uses of ActivationProperty in org.apache.maven.internal.impl.model
Methods in org.apache.maven.internal.impl.model with parameters of type ActivationPropertyModifier and TypeMethodDescriptionprotected ActivationProperty.Builder
DefaultModelValidator.ActivationWalker.transformActivationProperty_Name
(Supplier<? extends ActivationProperty.Builder> creator, ActivationProperty.Builder builder, ActivationProperty target) protected ActivationProperty.Builder
DefaultModelValidator.ActivationWalker.transformActivationProperty_Value
(Supplier<? extends ActivationProperty.Builder> creator, ActivationProperty.Builder builder, ActivationProperty target) -
Uses of ActivationProperty in org.apache.maven.model
Methods in org.apache.maven.model that return ActivationPropertyMethods in org.apache.maven.model that return types with arguments of type ActivationPropertyModifier and TypeMethodDescriptionstatic List
<ActivationProperty> ActivationProperty.activationPropertyToApiV4
(List<ActivationProperty> list) Method parameters in org.apache.maven.model with type arguments of type ActivationPropertyModifier and TypeMethodDescriptionstatic List
<ActivationProperty> ActivationProperty.activationPropertyToApiV3
(List<ActivationProperty> list) Constructors in org.apache.maven.model with parameters of type ActivationPropertyModifierConstructorDescriptionActivationProperty
(ActivationProperty delegate) ActivationProperty
(ActivationProperty delegate, BaseObject parent) -
Uses of ActivationProperty in org.apache.maven.model.v4
Methods in org.apache.maven.model.v4 that return ActivationPropertyModifier and TypeMethodDescriptionprotected ActivationProperty
MavenMerger.mergeActivationProperty
(ActivationProperty target, ActivationProperty source, boolean sourceDominant, Map<Object, Object> context) private ActivationProperty
MavenStaxReader.parseActivationProperty
(XMLStreamReader parser, boolean strict, InputSource source) protected ActivationProperty
MavenTransformer.transformActivationProperty
(ActivationProperty target) Methods in org.apache.maven.model.v4 that return types with arguments of type ActivationPropertyModifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer
<ActivationProperty> MavenMerger.getActivationPropertyKey()
Methods in org.apache.maven.model.v4 with parameters of type ActivationPropertyModifier 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 ActivationProperty.Builder
MavenTransformer.transformActivationProperty_Name
(Supplier<? extends ActivationProperty.Builder> creator, ActivationProperty.Builder builder, ActivationProperty target) protected ActivationProperty.Builder
MavenTransformer.transformActivationProperty_Value
(Supplier<? extends ActivationProperty.Builder> creator, ActivationProperty.Builder builder, ActivationProperty target) private void
MavenStaxWriter.writeActivationProperty
(String tagName, ActivationProperty activationProperty, XMLStreamWriter serializer) -
Uses of ActivationProperty in org.apache.maven.model.validation
Methods in org.apache.maven.model.validation with parameters of type ActivationPropertyModifier and TypeMethodDescriptionprotected ActivationProperty.Builder
DefaultModelValidator.ActivationWalker.transformActivationProperty_Name
(Supplier<? extends ActivationProperty.Builder> creator, ActivationProperty.Builder builder, ActivationProperty target) protected ActivationProperty.Builder
DefaultModelValidator.ActivationWalker.transformActivationProperty_Value
(Supplier<? extends ActivationProperty.Builder> creator, ActivationProperty.Builder builder, ActivationProperty target)