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.DeweyDecimalMavenVersionRangeParser. javaVersionprivate MavenVersionRangeParser.DeweyDecimalMavenVersionRangeParser.BasicRange. lowerBoundprivate MavenVersionRangeParser.DeweyDecimalMavenVersionRangeParser.BasicRange. upperBoundMethods in org.apache.ivy.plugins.parser.m2 with parameters of type MavenVersionRangeParser.DeweyDecimal Modifier and Type Method Description booleanMavenVersionRangeParser.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.DeweyDecimal Constructor Description BasicRange(MavenVersionRangeParser.DeweyDecimal lowerBound, boolean lowerInclusive, MavenVersionRangeParser.DeweyDecimal upperBound, boolean upperInclusive)
-