Uses of Class
org.apache.ivy.plugins.parser.m2.MavenVersionRangeParser.DeweyDecimal
-
Packages that use MavenVersionRangeParser.DeweyDecimal Package Description org.apache.ivy.plugins.parser.m2 -
-
Uses of MavenVersionRangeParser.DeweyDecimal in org.apache.ivy.plugins.parser.m2
Fields in org.apache.ivy.plugins.parser.m2 declared as MavenVersionRangeParser.DeweyDecimal Modifier and Type Field Description private static MavenVersionRangeParser.DeweyDecimal
MavenVersionRangeParser. javaVersion
private MavenVersionRangeParser.DeweyDecimal
MavenVersionRangeParser.BasicRange. lowerBound
private MavenVersionRangeParser.DeweyDecimal
MavenVersionRangeParser.BasicRange. upperBound
Methods in org.apache.ivy.plugins.parser.m2 with parameters of type MavenVersionRangeParser.DeweyDecimal Modifier and Type Method Description boolean
MavenVersionRangeParser.BasicRange. accepts(MavenVersionRangeParser.DeweyDecimal value)
boolean
MavenVersionRangeParser.MultiSetRange. accepts(MavenVersionRangeParser.DeweyDecimal value)
boolean
MavenVersionRangeParser.Range. accepts(MavenVersionRangeParser.DeweyDecimal value)
int
MavenVersionRangeParser.DeweyDecimal. compareTo(MavenVersionRangeParser.DeweyDecimal other)
Compares this DeweyDecimal with another one.boolean
MavenVersionRangeParser.DeweyDecimal. isEqual(MavenVersionRangeParser.DeweyDecimal other)
Returntrue
if thisDeweyDecimal
is equal to the otherDeweyDecimal
.boolean
MavenVersionRangeParser.DeweyDecimal. isGreaterThan(MavenVersionRangeParser.DeweyDecimal other)
Returntrue
if thisDeweyDecimal
is greater than the otherDeweyDecimal
.boolean
MavenVersionRangeParser.DeweyDecimal. isGreaterThanOrEqual(MavenVersionRangeParser.DeweyDecimal other)
Returntrue
if thisDeweyDecimal
is greater than or equal to the otherDeweyDecimal
.boolean
MavenVersionRangeParser.DeweyDecimal. isLessThan(MavenVersionRangeParser.DeweyDecimal other)
Returntrue
if thisDeweyDecimal
is less than the otherDeweyDecimal
.boolean
MavenVersionRangeParser.DeweyDecimal. isLessThanOrEqual(MavenVersionRangeParser.DeweyDecimal other)
Returntrue
if thisDeweyDecimal
is less than or equal to the otherDeweyDecimal
.Constructors in org.apache.ivy.plugins.parser.m2 with parameters of type MavenVersionRangeParser.DeweyDecimal Constructor Description BasicRange(MavenVersionRangeParser.DeweyDecimal lowerBound, boolean lowerInclusive, MavenVersionRangeParser.DeweyDecimal upperBound, boolean upperInclusive)
-