public interface SlResource
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getResourcePath()
Returns the value of the 'Resource Path' attribute.
|
java.lang.String getResourcePath()
"".
A resource path is a URI provided as a string that represents the directory path of a resource, either stored locally or on the repository.
URI should be used to parse the path.
The resource path may be the empty string "", if it is not known.
The resource path patterns are the following:
file://[local absolute path] for a resource stored locallycms://[repository host]/[root folder]/[relative path] for a resource stored in the repositoryFor example:
file:/C:/myWorspace/myBusinessLayer.blx for a business layer stored locallycms://REPOSITORY:6400/[connections]/SemanticLayer/myConnection for a connection stored in the repository