Uses of Class
org.apache.ivy.plugins.version.AbstractVersionMatcher
-
Packages that use AbstractVersionMatcher Package Description org.apache.ivy.plugins.version -
-
Uses of AbstractVersionMatcher in org.apache.ivy.plugins.version
Subclasses of AbstractVersionMatcher in org.apache.ivy.plugins.version Modifier and Type Class Description classChainVersionMatcherAn implementation ofVersionMatcherchaining several version matchers, and implementing theVersionMatcherinterface by returning results from the first matcher in the chain accepting the version.classExactVersionMatcherclassLatestVersionMatcherclassMavenTimedSnapshotVersionMatcherAVersionMatcherwhich understandsMaven timestamped snapshots.classPatternVersionMatcherclassSubVersionMatcherclassVersionRangeMatcherMatches version ranges: [1.0,2.0] matches all versions greater or equal to 1.0 and lower or equal to 2.0 [1.0,2.0[ matches all versions greater or equal to 1.0 and lower than 2.0 ]1.0,2.0] matches all versions greater than 1.0 and lower or equal to 2.0 ]1.0,2.0[ matches all versions greater than 1.0 and lower than 2.0 [1.0,) matches all versions greater or equal to 1.0 ]1.0,) matches all versions greater than 1.0 (,2.0] matches all versions lower or equal to 2.0 (,2.0[ matches all versions lower than 2.0 This class uses a latest strategy to compare revisions.
-