public class VersionUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isVersionGreaterOrEqualThan(String runtimeVersion,
String minimumVersionString)
Compares the provided runtime version with the provided one the check if it's greater.
|
public static boolean isVersionGreaterOrEqualThan(String runtimeVersion, String minimumVersionString)
runtimeVersion - The version of the runtime to compare to.minimumVersionString - The minimum version to check.true if the current version is equal or greater than the minimum version.Copyright © 2019 MuleSoft, Inc.. All rights reserved.