public class NodeExecutorUtils
extends java.lang.Object
| Constructor and Description |
|---|
NodeExecutorUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String[] |
getExportedVariablesForNode(INodeEntry node,
ExecutionContext nodeContext,
java.util.List commandList)
It checkf if the node allows RD variable inyection, if so, it will be added as part of the execution command
|
public static java.lang.String[] getExportedVariablesForNode(INodeEntry node, ExecutionContext nodeContext, java.util.List commandList)
node - nodeContext - commandList - current command list to execute