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.DeweyDecimalMavenVersionRangeParser.javaVersionprivate final MavenVersionRangeParser.DeweyDecimalMavenVersionRangeParser.BasicRange.lowerBoundprivate final MavenVersionRangeParser.DeweyDecimalMavenVersionRangeParser.BasicRange.upperBoundMethods in org.apache.ivy.plugins.parser.m2 with parameters of type MavenVersionRangeParser.DeweyDecimalModifier and TypeMethodDescriptionbooleanMavenVersionRangeParser.BasicRange.accepts(MavenVersionRangeParser.DeweyDecimal value) booleanMavenVersionRangeParser.MultiSetRange.accepts(MavenVersionRangeParser.DeweyDecimal value) booleanMavenVersionRangeParser.Range.accepts(MavenVersionRangeParser.DeweyDecimal value) intMavenVersionRangeParser.DeweyDecimal.compareTo(MavenVersionRangeParser.DeweyDecimal other) Compares this DeweyDecimal with another one.booleanMavenVersionRangeParser.DeweyDecimal.isEqual(MavenVersionRangeParser.DeweyDecimal other) Returntrueif thisDeweyDecimalis equal to the otherDeweyDecimal.booleanMavenVersionRangeParser.DeweyDecimal.isGreaterThan(MavenVersionRangeParser.DeweyDecimal other) Returntrueif thisDeweyDecimalis greater than the otherDeweyDecimal.booleanMavenVersionRangeParser.DeweyDecimal.isGreaterThanOrEqual(MavenVersionRangeParser.DeweyDecimal other) Returntrueif thisDeweyDecimalis greater than or equal to the otherDeweyDecimal.booleanMavenVersionRangeParser.DeweyDecimal.isLessThan(MavenVersionRangeParser.DeweyDecimal other) Returntrueif thisDeweyDecimalis less than the otherDeweyDecimal.booleanMavenVersionRangeParser.DeweyDecimal.isLessThanOrEqual(MavenVersionRangeParser.DeweyDecimal other) Returntrueif thisDeweyDecimalis less than or equal to the otherDeweyDecimal.Constructors in org.apache.ivy.plugins.parser.m2 with parameters of type MavenVersionRangeParser.DeweyDecimalModifierConstructorDescriptionprivateBasicRange(MavenVersionRangeParser.DeweyDecimal lowerBound, boolean lowerInclusive, MavenVersionRangeParser.DeweyDecimal upperBound, boolean upperInclusive)