public interface ScriptsRepository
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getSupportedProtocols()
Provides all supported protocols.
|
ScriptContent |
lookupScript(String protocol,
String path)
Lookup script in the repository by protocol and path.
|
ScriptContent lookupScript(String protocol, String path)
protocol - native protocol for the given repository.path - path of the Script in the given repository.ScriptNotFoundException - when Script cannot be located in the repository.ScriptURIException - when problem with protocol or path occurs.Collection<String> getSupportedProtocols()
ScriptRepositoriesRegistry to locate this repository .Copyright © 2017 SAP SE. All Rights Reserved.