public class MuleVersionPriorToFunction extends AbstractMuleVersionFunction
ExpressionFunction that checks if the current mule version is prior to the provided one| Constructor and Description |
|---|
MuleVersionPriorToFunction() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
compare(org.mule.runtime.api.meta.MuleVersion muleVersion,
org.mule.runtime.api.meta.MuleVersion currentMuleVersion)
Base method to compare two mule versions
|
call, parameters, returnTypeprotected boolean compare(org.mule.runtime.api.meta.MuleVersion muleVersion,
org.mule.runtime.api.meta.MuleVersion currentMuleVersion)
AbstractMuleVersionFunctioncompare in class AbstractMuleVersionFunctionmuleVersion - Version sent as argumentcurrentMuleVersion - Current Mule Version of the Mule ContextCopyright © 2019. All rights reserved.