Uses of Class
org.apache.maven.api.settings.Activation
Packages that use Activation
Package
Description
-
Uses of Activation in org.apache.maven.api.settings
Fields in org.apache.maven.api.settings declared as ActivationModifier and TypeFieldDescription(package private) final Activation
Profile.activation
The conditional logic which will automatically trigger the inclusion of this profile.(package private) Activation
Profile.Builder.activation
(package private) Activation
Activation.Builder.base
Methods in org.apache.maven.api.settings that return ActivationModifier and TypeMethodDescriptionActivation.Builder.build()
Profile.getActivation()
The conditional logic which will automatically trigger the inclusion of this profile.static Activation
Activation.newInstance()
Creates a newActivation
instance.static Activation
Activation.newInstance
(boolean withDefaults) Creates a newActivation
instance using default values or not.Activation.withActiveByDefault
(boolean activeByDefault) Creates a newActivation
instance using the specified activeByDefault.Activation.withCondition
(String condition) Creates a newActivation
instance using the specified condition.Activation.withFile
(ActivationFile file) Creates a newActivation
instance using the specified file.Creates a newActivation
instance using the specified jdk.Activation.withOs
(ActivationOS os) Creates a newActivation
instance using the specified os.Activation.withPackaging
(String packaging) Creates a newActivation
instance using the specified packaging.Activation.withProperty
(ActivationProperty property) Creates a newActivation
instance using the specified property.Methods in org.apache.maven.api.settings with parameters of type ActivationModifier and TypeMethodDescriptionProfile.Builder.activation
(Activation activation) static Activation.Builder
Activation.newBuilder
(Activation from) Creates a newActivation
builder instance using the specified object as a basis.static Activation.Builder
Activation.newBuilder
(Activation from, boolean forceCopy) Creates a newActivation
builder instance using the specified object as a basis.Profile.withActivation
(Activation activation) Creates a newProfile
instance using the specified activation.Constructors in org.apache.maven.api.settings with parameters of type Activation -
Uses of Activation in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl with parameters of type ActivationModifier and TypeMethodDescriptionprotected Activation.Builder
DefaultSettingsBuilder.DefSettingsTransformer.transformActivation_Condition
(Supplier<? extends Activation.Builder> creator, Activation.Builder builder, Activation target) -
Uses of Activation in org.apache.maven.settings
Methods in org.apache.maven.settings that return ActivationMethods in org.apache.maven.settings that return types with arguments of type ActivationModifier and TypeMethodDescriptionstatic List
<Activation> Activation.activationToApiV4
(List<Activation> list) Method parameters in org.apache.maven.settings with type arguments of type ActivationModifier and TypeMethodDescriptionstatic List
<Activation> Activation.activationToApiV3
(List<Activation> list) Constructors in org.apache.maven.settings with parameters of type ActivationModifierConstructorDescriptionActivation
(Activation delegate) Activation
(Activation delegate, BaseObject parent) -
Uses of Activation in org.apache.maven.settings.v4
Methods in org.apache.maven.settings.v4 that return ActivationModifier and TypeMethodDescriptionprotected Activation
SettingsMerger.mergeActivation
(Activation target, Activation source, boolean sourceDominant, Map<Object, Object> context) private Activation
SettingsStaxReader.parseActivation
(XMLStreamReader parser, boolean strict, InputSource source) protected Activation
SettingsTransformer.transformActivation
(Activation target) Methods in org.apache.maven.settings.v4 that return types with arguments of type ActivationModifier and TypeMethodDescriptionprotected SettingsMerger.KeyComputer
<Activation> SettingsMerger.getActivationKey()
Methods in org.apache.maven.settings.v4 with parameters of type ActivationModifier and TypeMethodDescriptionprotected void
SettingsMerger.mergeActivation
(Activation.Builder builder, Activation target, Activation source, boolean sourceDominant, Map<Object, Object> context) protected Activation
SettingsMerger.mergeActivation
(Activation target, Activation source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeActivation_ActiveByDefault
(Activation.Builder builder, Activation target, Activation source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeActivation_Condition
(Activation.Builder builder, Activation target, Activation source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeActivation_File
(Activation.Builder builder, Activation target, Activation source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeActivation_Jdk
(Activation.Builder builder, Activation target, Activation source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeActivation_Os
(Activation.Builder builder, Activation target, Activation source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeActivation_Packaging
(Activation.Builder builder, Activation target, Activation source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeActivation_Property
(Activation.Builder builder, Activation target, Activation source, boolean sourceDominant, Map<Object, Object> context) protected Activation
SettingsTransformer.transformActivation
(Activation target) protected Activation.Builder
SettingsTransformer.transformActivation_ActiveByDefault
(Supplier<? extends Activation.Builder> creator, Activation.Builder builder, Activation target) protected Activation.Builder
SettingsTransformer.transformActivation_Condition
(Supplier<? extends Activation.Builder> creator, Activation.Builder builder, Activation target) protected Activation.Builder
SettingsTransformer.transformActivation_File
(Supplier<? extends Activation.Builder> creator, Activation.Builder builder, Activation target) protected Activation.Builder
SettingsTransformer.transformActivation_Jdk
(Supplier<? extends Activation.Builder> creator, Activation.Builder builder, Activation target) protected Activation.Builder
SettingsTransformer.transformActivation_Os
(Supplier<? extends Activation.Builder> creator, Activation.Builder builder, Activation target) protected Activation.Builder
SettingsTransformer.transformActivation_Packaging
(Supplier<? extends Activation.Builder> creator, Activation.Builder builder, Activation target) protected Activation.Builder
SettingsTransformer.transformActivation_Property
(Supplier<? extends Activation.Builder> creator, Activation.Builder builder, Activation target) private void
SettingsStaxWriter.writeActivation
(String tagName, Activation activation, XMLStreamWriter serializer)