Uses of Class
org.apache.maven.api.settings.ActivationProperty
Packages that use ActivationProperty
Package
Description
-
Uses of ActivationProperty in org.apache.maven.api.settings
Fields in org.apache.maven.api.settings 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.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.Constructors in org.apache.maven.api.settings with parameters of type ActivationProperty -
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 ActivationPropertyModifierConstructorDescriptionActivationProperty
(ActivationProperty delegate) ActivationProperty
(ActivationProperty delegate, BaseObject parent) -
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) private ActivationProperty
SettingsStaxReader.parseActivationProperty
(XMLStreamReader parser, boolean strict, InputSource source) protected ActivationProperty
SettingsTransformer.transformActivationProperty
(ActivationProperty target) 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) protected ActivationProperty
SettingsTransformer.transformActivationProperty
(ActivationProperty target) protected ActivationProperty.Builder
SettingsTransformer.transformActivationProperty_Name
(Supplier<? extends ActivationProperty.Builder> creator, ActivationProperty.Builder builder, ActivationProperty target) protected ActivationProperty.Builder
SettingsTransformer.transformActivationProperty_Value
(Supplier<? extends ActivationProperty.Builder> creator, ActivationProperty.Builder builder, ActivationProperty target) private void
SettingsStaxWriter.writeActivationProperty
(String tagName, ActivationProperty activationProperty, XMLStreamWriter serializer)