Uses of Interface
org.apache.ivy.plugins.parser.m2.MavenVersionRangeParser.Range
-
Packages that use MavenVersionRangeParser.Range Package Description org.apache.ivy.plugins.parser.m2 -
-
Uses of MavenVersionRangeParser.Range in org.apache.ivy.plugins.parser.m2
Classes in org.apache.ivy.plugins.parser.m2 that implement MavenVersionRangeParser.Range Modifier and Type Class Description private static classMavenVersionRangeParser.BasicRangeprivate static classMavenVersionRangeParser.MultiSetRangeFields in org.apache.ivy.plugins.parser.m2 with type parameters of type MavenVersionRangeParser.Range Modifier and Type Field Description private java.util.Collection<MavenVersionRangeParser.Range>MavenVersionRangeParser.MultiSetRange. rangesMethods in org.apache.ivy.plugins.parser.m2 that return MavenVersionRangeParser.Range Modifier and Type Method Description private static MavenVersionRangeParser.RangeMavenVersionRangeParser. parse(java.lang.String rangeValue)Constructor parameters in org.apache.ivy.plugins.parser.m2 with type arguments of type MavenVersionRangeParser.Range Constructor Description MultiSetRange(java.util.Collection<MavenVersionRangeParser.Range> ranges)
-