Uses of Enum Class
org.apache.maven.execution.ActivationSettings
Packages that use ActivationSettings
-
Uses of ActivationSettings in org.apache.maven.execution
Fields in org.apache.maven.execution declared as ActivationSettingsModifier and TypeFieldDescription(package private) final ActivationSettings
ProjectActivation.ProjectActivationSettings.activationSettings
This describes how/when to active or deactivate the project.Fields in org.apache.maven.execution with type parameters of type ActivationSettingsModifier and TypeFieldDescriptionprivate final Map
<String, ActivationSettings> ProfileActivation.activations
Methods in org.apache.maven.execution that return ActivationSettingsModifier and TypeMethodDescription(package private) static ActivationSettings
ActivationSettings.of
(boolean active, boolean optional) static ActivationSettings
Returns the enum constant of this class with the specified name.static ActivationSettings[]
ActivationSettings.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.apache.maven.execution with type arguments of type ActivationSettingsModifier and TypeMethodDescriptionProfileActivation.getProfileIds
(Predicate<ActivationSettings> predicate) ProjectActivation.getProjects
(Predicate<ActivationSettings> predicate) ProjectActivation.getProjectSelectors
(Predicate<ActivationSettings> predicate) Constructors in org.apache.maven.execution with parameters of type ActivationSettingsModifierConstructorDescription(package private)
ProjectActivationSettings
(String selector, ActivationSettings activationSettings)