public class VersionUtils extends Object
MuleVersion| Constructor and Description |
|---|
VersionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAtLeastMinMuleVersion(org.mule.runtime.api.meta.MuleVersion currentVersion,
org.mule.runtime.api.meta.MuleVersion minMuleVersion)
Checks if the current runtime version reaches the minMuleVersion provided.
|
static boolean |
isAtLeastMinMuleVersion(String currentVersion,
String minMuleVersion) |
public static boolean isAtLeastMinMuleVersion(String currentVersion, String minMuleVersion)
public static boolean isAtLeastMinMuleVersion(org.mule.runtime.api.meta.MuleVersion currentVersion,
org.mule.runtime.api.meta.MuleVersion minMuleVersion)
currentVersion - Current version of the runtimeminMuleVersion - Minimum version to be able to runCopyright © 2019. All rights reserved.