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(AbstractVariableScope variableScope)  | 
void | 
setScript(ExecutableScript script)  | 
protected ExecutableScript script
public ScriptValueProvider(ExecutableScript script)
public Object getValue(AbstractVariableScope variableScope)
getValue in interface ParameterValueProvidervariableScope - the scope in which the value is to be resolved.public ExecutableScript getScript()
public void setScript(ExecutableScript script)
Copyright © 2018. All rights reserved.