public interface ScriptsRepository
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
getSupportedProtocols()
Provides all supported protocols.
|
ScriptContent |
lookupScript(java.lang.String protocol,
java.lang.String path)
Lookup script in the repository by protocol and path.
|
ScriptContent lookupScript(java.lang.String protocol, java.lang.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.java.util.Collection<java.lang.String> getSupportedProtocols()
ScriptRepositoriesRegistry to locate this repository .Copyright © 2018 SAP SE. All Rights Reserved.