public class OsEqualToFunction extends Object implements org.mule.runtime.api.el.ExpressionFunction
ExpressionFunction that checks if the provided os name is equal to the current one| Constructor and Description |
|---|
OsEqualToFunction(org.mule.runtime.api.component.ConfigurationProperties configurationProperties) |
| Modifier and Type | Method and Description |
|---|---|
Object |
call(Object[] parameters,
org.mule.runtime.api.el.BindingContext bindingContext) |
List<org.mule.runtime.api.metadata.FunctionParameter> |
parameters() |
Optional<org.mule.runtime.api.metadata.DataType> |
returnType() |
public OsEqualToFunction(org.mule.runtime.api.component.ConfigurationProperties configurationProperties)
public Object call(Object[] parameters, org.mule.runtime.api.el.BindingContext bindingContext)
call in interface org.mule.runtime.api.el.ExpressionFunctionpublic Optional<org.mule.runtime.api.metadata.DataType> returnType()
returnType in interface org.mule.runtime.api.el.ExpressionFunctionpublic List<org.mule.runtime.api.metadata.FunctionParameter> parameters()
parameters in interface org.mule.runtime.api.el.ExpressionFunctionCopyright © 2019. All rights reserved.