Uses of Class
org.apache.ivy.plugins.parser.m2.MavenVersionRangeParser.DeweyDecimal
Packages that use MavenVersionRangeParser.DeweyDecimal
-
Uses of MavenVersionRangeParser.DeweyDecimal in org.apache.ivy.plugins.parser.m2
Fields in org.apache.ivy.plugins.parser.m2 declared as MavenVersionRangeParser.DeweyDecimalModifier and TypeFieldDescriptionprivate static final MavenVersionRangeParser.DeweyDecimal
MavenVersionRangeParser.javaVersion
private final MavenVersionRangeParser.DeweyDecimal
MavenVersionRangeParser.BasicRange.lowerBound
private final MavenVersionRangeParser.DeweyDecimal
MavenVersionRangeParser.BasicRange.upperBound
Methods in org.apache.ivy.plugins.parser.m2 with parameters of type MavenVersionRangeParser.DeweyDecimalModifier and TypeMethodDescriptionboolean
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.DeweyDecimalModifierConstructorDescriptionprivate
BasicRange
(MavenVersionRangeParser.DeweyDecimal lowerBound, boolean lowerInclusive, MavenVersionRangeParser.DeweyDecimal upperBound, boolean upperInclusive)