public class UriVariablesResolver
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
resolveHost()
Use the host name defined in
project.properties. |
static java.lang.String |
resolvePort()
Find the port of the server running smartedit.
|
static void |
setHostConfiguration(java.lang.String securedPort,
java.lang.String unsecuredPort,
java.lang.String hostname)
Set the port values used by the host
|
public static java.lang.String resolveHost()
project.properties.public static java.lang.String resolvePort()
public static void setHostConfiguration(java.lang.String securedPort,
java.lang.String unsecuredPort,
java.lang.String hostname)
securedPort - the value of the secured (ssl) portunsecuredPort - the value of the unsecured (http) portCopyright © 2018 SAP SE. All Rights Reserved.