Package | Description |
---|---|
org.codice.ddf.test.common |
Modifier and Type | Method and Description |
---|---|
UrlBuilder |
UrlBuilder.add(String contextPath)
Adds a context path to an existing URL.
|
static UrlBuilder |
UrlBuilder.from(String hostname,
String port,
String securePort,
String rootContext)
Creates a
UrlBuilder from static values. |
static UrlBuilder |
UrlBuilder.fromSystemProperties(String hostnameSystemProperty,
String portSystemProperty,
String securePortSystemProperty,
String rootContextSystemProperty)
Creates a
UrlBuilder from system property values. |
This work is licensed under a Creative Commons Attribution 4.0 International License.