Uses of Interface
org.apache.maven.api.cli.mvnup.UpgradeOptions
Packages that use UpgradeOptions
Package
Description
Implementation of the Maven Upgrade tool (
mvnup
).Maven Upgrade Tool Goals and Strategies.
-
Uses of UpgradeOptions in org.apache.maven.cling.invoker.mvnup
Classes in org.apache.maven.cling.invoker.mvnup that implement UpgradeOptionsMethods in org.apache.maven.cling.invoker.mvnup that return UpgradeOptionsModifier and TypeMethodDescriptionUpgradeContext.options()
Gets the UpgradeOptions from the invoker request.Constructors in org.apache.maven.cling.invoker.mvnup with parameters of type UpgradeOptionsModifierConstructorDescriptionUpgradeContext
(InvokerRequest invokerRequest, UpgradeOptions upgradeOptions) -
Uses of UpgradeOptions in org.apache.maven.cling.invoker.mvnup.goals
Methods in org.apache.maven.cling.invoker.mvnup.goals that return UpgradeOptionsModifier and TypeMethodDescriptionprotected final UpgradeOptions
AbstractUpgradeStrategy.getOptions
(UpgradeContext context) Gets the upgrade options from the context.Methods in org.apache.maven.cling.invoker.mvnup.goals with parameters of type UpgradeOptionsModifier and TypeMethodDescriptiondefault boolean
UpgradeStrategy.isOptionEnabled
(UpgradeOptions options, Optional<Boolean> specificOption, boolean defaultWhenNoOptionsSpecified) Helper method to check if a specific option is enabled, considering --all flag and defaults.