com.sap.sl.sdk.authoring.commons
Interface SlResource

All Known Subinterfaces:
BusinessLayer, Connection, ConnectionShortcut, DatabaseConnection, DataFederatorConnection, DataFederatorConnectionShortcut, DataFoundation, MonoSourceDataFoundation, MultiSourceDataFoundation, OlapBusinessLayer, OlapConnection, OlapConnectionShortcut, RelationalBusinessLayer, RelationalConnection, RelationalConnectionShortcut

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

getResourcePath

java.lang.String getResourcePath()
Returns the value of the 'Resource Path' attribute. The default value is "".

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:

For example:

Returns:
the value of the 'Resource Path' attribute.


© Copyright 2016 SAP SE or an SAP affiliate company. All rights reserved.