Uses of Class
org.apache.maven.api.settings.ActivationProperty.Builder
-
Uses of ActivationProperty.Builder in org.apache.maven.api.settings
Modifier and TypeMethodDescriptionActivationProperty.Builder.importedFrom
(InputLocation importedFrom) ActivationProperty.Builder.location
(Object key, InputLocation location) static ActivationProperty.Builder
ActivationProperty.newBuilder()
Creates a newActivationProperty
builder instance.static ActivationProperty.Builder
ActivationProperty.newBuilder
(boolean withDefaults) Creates a newActivationProperty
builder instance using default values or not.static 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.ActivationProperty.with()
Creates a new builder with this object as the basis.ModifierConstructorDescriptionprotected
Constructor for this class, to be called from its subclasses andActivationProperty.Builder
. -
Uses of ActivationProperty.Builder in org.apache.maven.settings.v4
Modifier and TypeMethodDescriptionprotected 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) Modifier and TypeMethodDescriptionprotected void
SettingsMerger.mergeActivationProperty
(ActivationProperty.Builder builder, 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.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) Modifier and TypeMethodDescriptionprotected 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)