| Package | Description |
|---|---|
| com.sap.cds.services.utils.path |
| Modifier and Type | Method and Description |
|---|---|
CdsResourcePath |
CdsResourcePathBuilder.build()
Finally constructs the
CdsResourcePath |
| Modifier and Type | Method and Description |
|---|---|
static Stream<CdsResourcePath> |
CdsServicePath.servicePaths(CdsRuntime runtime,
String protocol)
Creates a
Stream of CdsResourcePath instances containing the paths of all exposed ApplicationServices given in the ServiceCatalog and configuration. |
Stream<CdsResourcePath> |
CdsResourcePath.subPaths()
A
Stream of child paths. |
| Modifier and Type | Method and Description |
|---|---|
CdsResourcePathBuilder |
CdsResourcePathBuilder.subPath(CdsResourcePath subPath)
Adds a new
CdsResourcePath as child of the current path. |
| Modifier and Type | Method and Description |
|---|---|
CdsResourcePathBuilder |
CdsResourcePathBuilder.subPaths(Stream<CdsResourcePath> subPaths)
Adds new
CdsResourcePaths as children of the current path. |
Copyright © 2021. All rights reserved.