|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SlResource
A representation of the 'Sl Resource' model object.
The following features are supported:
Method Summary | |
---|---|
java.lang.String |
getResourcePath()
Returns the value of the 'Resource Path' attribute. |
Method Detail |
---|
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.
java.net.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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |