public class ScriptValueProvider extends Object implements ParameterValueProvider
IoParameter
mappings.Modifier and Type | Field and Description |
---|---|
protected ExecutableScript |
script |
Constructor and Description |
---|
ScriptValueProvider(ExecutableScript script) |
Modifier and Type | Method and Description |
---|---|
ExecutableScript |
getScript() |
Object |
getValue(VariableScope variableScope) |
void |
setScript(ExecutableScript script) |
protected ExecutableScript script
public ScriptValueProvider(ExecutableScript script)
public Object getValue(VariableScope variableScope)
getValue
in interface ParameterValueProvider
variableScope
- the scope in which the value is to be resolved.public ExecutableScript getScript()
public void setScript(ExecutableScript script)
Copyright © 2022. All rights reserved.