SMILA 1.0 API documentation

org.eclipse.smila.jobmanager.internal
Class ExpressionUtil

java.lang.Object
  extended by org.eclipse.smila.jobmanager.internal.ExpressionUtil

public final class ExpressionUtil
extends java.lang.Object

Helper class for transforming valueExpressions.


Method Summary
static Any evaluateParameter(Any param, AnyMap topLevelValues)
          Transforms a map with value expressions into a map with strings as value.
static AnyMap evaluateParameters(AnyMap map)
          Transforms a map with value expressions into a map with strings as value.
static AnyMap evaluateParameters(java.util.Map<java.lang.String,ValueExpression> map)
          Transforms a map with value expressions into a map with strings as value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

evaluateParameters

public static AnyMap evaluateParameters(java.util.Map<java.lang.String,ValueExpression> map)
Transforms a map with value expressions into a map with strings as value.

Parameters:
map - The to be transformed map
Returns:
The transformed map

evaluateParameters

public static AnyMap evaluateParameters(AnyMap map)
Transforms a map with value expressions into a map with strings as value.

Parameters:
map - The to be transformed map
Returns:
The transformed map

evaluateParameter

public static Any evaluateParameter(Any param,
                                    AnyMap topLevelValues)
Transforms a map with value expressions into a map with strings as value.

Parameters:
param - The param to be transformed
Returns:
The transformed param

SMILA 1.0 API documentation