Uses of Class
org.apache.maven.api.model.Activation
-
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.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.