|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.jobmanager.util.ExpressionUtil
public final class ExpressionUtil
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 |
|---|
public static AnyMap evaluateParameters(java.util.Map<java.lang.String,ValueExpression> map)
map - The to be transformed map
public static AnyMap evaluateParameters(AnyMap map)
map - The to be transformed map
public static Any evaluateParameter(Any param,
AnyMap topLevelValues)
param - The param to be transformed
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||