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.Operator
Version.Operator. of(java.lang.String symbol)
Find the symbol to anVersion.Operator
member if possiblestatic Version.Operator
Version.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 boolean
VersionUtils. testCurrentJavaVersion(Version.Operator versionOperator, Version comparedVersion)
Determine whethercurrent Java version
matches the specified versionstatic boolean
VersionUtils. testVersion(Version baseVersion, Version.Operator versionOperator, Version comparedVersion)
Determine whether the base version matches the compared version
-