Uses of Class
org.apache.maven.api.model.Activation
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.-
Uses of Activation in org.apache.maven.api.model
Modifier 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.withPackaging
(String packaging) Creates a newActivation
instance using the specified packaging.Activation.withProperty
(ActivationProperty property) Creates a newActivation
instance using the specified property.Modifier 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
Modifier and TypeMethodDescriptionstatic List
<Activation> Activation.activationToApiV4
(List<Activation> list) Modifier and TypeMethodDescriptionstatic List
<Activation> Activation.activationToApiV3
(List<Activation> list) ModifierConstructorDescriptionActivation
(Activation delegate) Activation
(Activation delegate, BaseObject parent) -
Uses of Activation in org.apache.maven.model.v4
Modifier and TypeMethodDescriptionprotected Activation
MavenMerger.mergeActivation
(Activation target, Activation source, boolean sourceDominant, Map<Object, Object> context) protected Activation
MavenTransformer.transformActivation
(Activation target) Modifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer
<Activation> MavenMerger.getActivationKey()
Modifier 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_Packaging
(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 Activation.Builder
MavenTransformer.transformActivation_ActiveByDefault
(Supplier<? extends Activation.Builder> creator, Activation.Builder builder, Activation target) protected Activation.Builder
MavenTransformer.transformActivation_File
(Supplier<? extends Activation.Builder> creator, Activation.Builder builder, Activation target) protected Activation.Builder
MavenTransformer.transformActivation_Jdk
(Supplier<? extends Activation.Builder> creator, Activation.Builder builder, Activation target) protected Activation.Builder
MavenTransformer.transformActivation_Os
(Supplier<? extends Activation.Builder> creator, Activation.Builder builder, Activation target) protected Activation.Builder
MavenTransformer.transformActivation_Packaging
(Supplier<? extends Activation.Builder> creator, Activation.Builder builder, Activation target) protected Activation.Builder
MavenTransformer.transformActivation_Property
(Supplier<? extends Activation.Builder> creator, Activation.Builder builder, Activation target)