Uses of Record Class
org.apache.maven.cling.invoker.mvnup.goals.GAV
Packages that use GAV
Package
Description
Maven Upgrade Tool Goals and Strategies.
-
Uses of GAV in org.apache.maven.cling.invoker.mvnup.goals
Methods in org.apache.maven.cling.invoker.mvnup.goals that return GAVModifier and TypeMethodDescriptionstatic GAV
GAVUtils.extractGAVWithParentResolution
(UpgradeContext context, org.jdom2.Document pomDocument) Extracts GAV from a POM document with parent resolution.Methods in org.apache.maven.cling.invoker.mvnup.goals that return types with arguments of type GAVModifier and TypeMethodDescriptionGAVUtils.computeAllGAVs
(UpgradeContext context, Map<Path, org.jdom2.Document> pomMap) Computes all GAVs from all POMs in the multi-module project for inference.Methods in org.apache.maven.cling.invoker.mvnup.goals with parameters of type GAVModifier and TypeMethodDescriptionboolean
GAV.matchesIgnoringVersion
(GAV other) Checks if this GAV matches another GAV ignoring the version.