Uses of Interface
com.github.aistomin.maven.browser.VersionComparator
-
Uses of VersionComparator in com.github.aistomin.maven.browser
Classes in com.github.aistomin.maven.browser that implement VersionComparator Modifier and Type Class Description class
DefaultVersionComparator
The comparator that compares two standard numeric versions like 1.0.1 and 2.0.class
OldStyleVersionComparator
The comparator that compares two versions in the old style manner that we had before version 2.0.Methods in com.github.aistomin.maven.browser that return VersionComparator Modifier and Type Method Description static VersionComparator
VersionComparator. comparator(MvnArtifactVersion first, MvnArtifactVersion second)
Get an appropriate comparator of the two provided versions.