Uses of Interface
org.codehaus.mojo.versions.ordering.VersionComparator
Packages that use VersionComparator
-
Uses of VersionComparator in org.codehaus.mojo.versions.api
Methods in org.codehaus.mojo.versions.api that return VersionComparatorModifier and TypeMethodDescriptionArtifactVersions.getVersionComparator()DefaultVersionsHelper.getVersionComparator(String groupId, String artifactId) DefaultVersionsHelper.getVersionComparator(org.apache.maven.artifact.Artifact artifact) PropertyVersions.getVersionComparator()Gets the rule for version comparison of this artifact.VersionDetails.getVersionComparator()Gets the rule for version comparison of this artifact.VersionsHelper.getVersionComparator(String groupId, String artifactId) Returns the version comparator to use for the specified groupId and artifactId.VersionsHelper.getVersionComparator(org.apache.maven.artifact.Artifact artifact) Returns the version comparator to use for the specified artifact.Constructors in org.codehaus.mojo.versions.api with parameters of type VersionComparatorModifierConstructorDescriptionArtifactVersions(org.apache.maven.artifact.Artifact artifact, List<org.apache.maven.artifact.versioning.ArtifactVersion> versions, VersionComparator versionComparator) Creates a newArtifactVersionsinstance. -
Uses of VersionComparator in org.codehaus.mojo.versions.ordering
Classes in org.codehaus.mojo.versions.ordering that implement VersionComparatorModifier and TypeClassDescriptionclassBase class for version comparators.classA comparator which uses Maven's version rules, i.e.classDeprecated.classDeprecated.Methods in org.codehaus.mojo.versions.ordering that return VersionComparatorModifier and TypeMethodDescriptionstatic VersionComparatorVersionComparators.getVersionComparator(String comparisonMethod) Deprecated.Returns the version comparator to use.