public class ResourceScriptContent extends Object implements ScriptContent
Resource| Constructor and Description |
|---|
ResourceScriptContent(Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Returns content of the script (executable body).
|
Map<String,Object> |
getCustomContext()
Method which may return context parameters map with some additions related to current implementation of the
ScriptContent which will be passed later on to the script.
|
String |
getEngineName()
Gets engine name.
|
public String getEngineName()
ScriptContentgetEngineName in interface ScriptContentpublic String getContent()
ScriptContentgetContent in interface ScriptContentpublic Map<String,Object> getCustomContext()
ScriptContentgetCustomContext in interface ScriptContentCopyright © 2017 SAP SE. All Rights Reserved.