Uses of Interface
org.codehaus.mojo.versions.api.VersionsHelper
Packages that use VersionsHelper
-
Uses of VersionsHelper in org.codehaus.mojo.versions.api
Classes in org.codehaus.mojo.versions.api that implement VersionsHelperModifier and TypeClassDescriptionclassHelper class that provides common functionality required by both the mojos and the reports.Methods in org.codehaus.mojo.versions.api with parameters of type VersionsHelperModifier and TypeMethodDescriptionorg.apache.maven.artifact.versioning.ArtifactVersionPropertyVersions.getNewestVersion(String versionString, Property property, boolean allowSnapshots, Collection<org.apache.maven.project.MavenProject> reactorProjects, VersionsHelper helper, boolean allowDowngrade, Optional<Segment> upperBoundSegment) Retrieves the newest artifact version for the given property-denoted artifact ornullif no newer version could be found.org.apache.maven.artifact.versioning.ArtifactVersionPropertyVersions.getNewestVersion(String currentVersion, Property property, boolean allowSnapshots, List<org.apache.maven.project.MavenProject> reactorProjects, VersionsHelper helper) static PropertyVersionsBuilder[]PomHelper.getPropertyVersionsBuilders(VersionsHelper helper, org.apache.maven.project.MavenProject project, boolean includeParent) Examines the project to find any properties which are associated with versions of artifacts in the project.