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 class
MavenVersionRangeParser.BasicRange
private static class
MavenVersionRangeParser.MultiSetRange
Fields 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. ranges
Methods in org.apache.ivy.plugins.parser.m2 that return MavenVersionRangeParser.Range Modifier and Type Method Description private static MavenVersionRangeParser.Range
MavenVersionRangeParser. 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)
-