Uses of Class
org.apache.maven.api.settings.ActivationProperty
Packages that use ActivationProperty
Package
Description
-
Uses of ActivationProperty in org.apache.maven.api.settings
Methods in org.apache.maven.api.settings 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.settings 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. -
Uses of ActivationProperty in org.apache.maven.settings
Methods in org.apache.maven.settings that return ActivationPropertyMethods in org.apache.maven.settings that return types with arguments of type ActivationPropertyModifier and TypeMethodDescriptionstatic List<ActivationProperty>
ActivationProperty.activationPropertyToApiV4
(List<ActivationProperty> list) Method parameters in org.apache.maven.settings with type arguments of type ActivationPropertyModifier and TypeMethodDescriptionstatic List<ActivationProperty>
ActivationProperty.activationPropertyToApiV3
(List<ActivationProperty> list) Constructors in org.apache.maven.settings with parameters of type ActivationProperty -
Uses of ActivationProperty in org.apache.maven.settings.v4
Methods in org.apache.maven.settings.v4 that return ActivationPropertyModifier and TypeMethodDescriptionprotected ActivationProperty
SettingsMerger.mergeActivationProperty
(ActivationProperty target, ActivationProperty source, boolean sourceDominant, Map<Object, Object> context) Methods in org.apache.maven.settings.v4 that return types with arguments of type ActivationPropertyModifier and TypeMethodDescriptionprotected SettingsMerger.KeyComputer<ActivationProperty>
SettingsMerger.getActivationPropertyKey()
Methods in org.apache.maven.settings.v4 with parameters of type ActivationPropertyModifier and TypeMethodDescriptionprotected 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) 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)