Uses of Class
org.apache.maven.api.model.Activation
Packages that use Activation
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.-
Uses of Activation in org.apache.maven.api.model
Methods in org.apache.maven.api.model 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.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.withProperty
(ActivationProperty property) Creates a newActivation
instance using the specified property.Methods in org.apache.maven.api.model 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. -
Uses of Activation in org.apache.maven.model
Methods in org.apache.maven.model that return ActivationMethods in org.apache.maven.model that return types with arguments of type ActivationModifier and TypeMethodDescriptionstatic List
<Activation> Activation.activationToApiV4
(List<Activation> list) Method parameters in org.apache.maven.model with type arguments of type ActivationModifier and TypeMethodDescriptionstatic List
<Activation> Activation.activationToApiV3
(List<Activation> list) Constructors in org.apache.maven.model with parameters of type ActivationModifierConstructorDescriptionActivation
(Activation delegate) Activation
(Activation delegate, BaseObject parent) -
Uses of Activation in org.apache.maven.model.v4
Methods in org.apache.maven.model.v4 that return ActivationModifier and TypeMethodDescriptionprotected Activation
MavenMerger.mergeActivation
(Activation target, Activation source, boolean sourceDominant, Map<Object, Object> context) protected Activation
MavenTransformer.transformActivation
(Activation target) Methods in org.apache.maven.model.v4 that return types with arguments of type ActivationModifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer
<Activation> MavenMerger.getActivationKey()
Methods in org.apache.maven.model.v4 with parameters of type ActivationModifier and TypeMethodDescriptionprotected void
MavenMerger.mergeActivation
(Activation.Builder builder, Activation target, Activation source, boolean sourceDominant, Map<Object, Object> context) protected Activation
MavenMerger.mergeActivation
(Activation target, Activation source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeActivation_ActiveByDefault
(Activation.Builder builder, Activation target, Activation source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeActivation_File
(Activation.Builder builder, Activation target, Activation source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeActivation_Jdk
(Activation.Builder builder, Activation target, Activation source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeActivation_Os
(Activation.Builder builder, Activation target, Activation source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeActivation_Property
(Activation.Builder builder, Activation target, Activation source, boolean sourceDominant, Map<Object, Object> context) protected Activation
MavenTransformer.transformActivation
(Activation target) protected void
MavenTransformer.transformActivation_ActiveByDefault
(Activation.Builder builder, Activation target) protected void
MavenTransformer.transformActivation_File
(Activation.Builder builder, Activation target) protected void
MavenTransformer.transformActivation_Jdk
(Activation.Builder builder, Activation target) protected void
MavenTransformer.transformActivation_Os
(Activation.Builder builder, Activation target) protected void
MavenTransformer.transformActivation_Property
(Activation.Builder builder, Activation target)