Uses of Class
io.microsphere.util.Version.Operator
-
Packages that use Version.Operator Package Description io.microsphere.util -
-
Uses of Version.Operator in io.microsphere.util
Methods in io.microsphere.util that return Version.Operator Modifier and Type Method Description static Version.OperatorVersion.Operator. of(java.lang.String symbol)Find the symbol to anVersion.Operatormember if possiblestatic Version.OperatorVersion.Operator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Version.Operator[]Version.Operator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.microsphere.util with parameters of type Version.Operator Modifier and Type Method Description <R> Compatible<T,R>Compatible. on(Version.Operator operator, Version comparedVersion, java.util.function.Function<Version,R> conditionalFunction)static booleanVersionUtils. testCurrentJavaVersion(Version.Operator versionOperator, Version comparedVersion)Determine whethercurrent Java versionmatches the specified versionstatic booleanVersionUtils. testVersion(Version baseVersion, Version.Operator versionOperator, Version comparedVersion)Determines whether the specified base version matches the compared version based on the given operator.
-