public final class ScriptContext extends Object
ScriptOnResourceApiOp
,
ScriptOnConnectorApiOp
Constructor and Description |
---|
ScriptContext(String scriptLanguage,
String scriptText,
Map<String,Object> scriptArguments)
Public only for serialization; please use
ScriptContextBuilder . |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getScriptArguments()
Returns a map of arguments to be passed to the script.
|
String |
getScriptLanguage()
Identifies the language in which the script is written (e.g.,
bash , csh , Perl4 or
Python ). |
String |
getScriptText()
Returns the text (i.e., actual characters) of the script.
|
String |
toString() |
public ScriptContext(String scriptLanguage, String scriptText, Map<String,Object> scriptArguments)
ScriptContextBuilder
.scriptLanguage
- The script language. Must not be null.scriptText
- The script text. Must not be null.scriptArguments
- The script arguments. May be null.public String getScriptLanguage()
bash
, csh
, Perl4
or
Python
).public String getScriptText()
public Map<String,Object> getScriptArguments()
ObjectSerializerFactory
for a list of supported types.Copyright © 2022. All rights reserved.