public class ServiceUriBuilder extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
ERP_ENDPOINT_CLOUD |
protected static String |
ERP_ENDPOINT_ON_PREMISE |
Constructor and Description |
---|
ServiceUriBuilder() |
Modifier and Type | Method and Description |
---|---|
protected static String |
appendSlashIfMissing(String path) |
URI |
build(URI baseUri,
String relativePath)
Builds a ERP service URI for a given relative path.
|
protected static String |
encloseSlashesIfMissing(String path) |
protected static String |
prependSlashIfMissing(String path) |
static void |
registerTestSystem(URI uri)
Adds a test system path.
|
protected String |
removeErpEndpointPaths(URI baseUri) |
protected static final String ERP_ENDPOINT_CLOUD
protected static final String ERP_ENDPOINT_ON_PREMISE
public static void registerTestSystem(URI uri)
Copyright © 2018 SAP SE. All rights reserved.