Uses of Class
org.apache.maven.model.Activation
Packages that use 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.activationToApiV3
(List<Activation> list) Methods in org.apache.maven.model with parameters of type ActivationMethod parameters in org.apache.maven.model with type arguments of type ActivationModifier and TypeMethodDescriptionstatic List
<Activation> Activation.activationToApiV4
(List<Activation> list) -
Uses of Activation in org.apache.maven.model.building
Methods in org.apache.maven.model.building that return types with arguments of type ActivationModifier and TypeMethodDescriptionprivate Map
<String, Activation> DefaultModelBuilder.getProfileActivations
(Model model, boolean clone) Deprecated.Method parameters in org.apache.maven.model.building with type arguments of type ActivationModifier and TypeMethodDescriptionprivate void
DefaultModelBuilder.injectProfileActivations
(Model model, Map<String, Activation> activations) Deprecated.