public class GeoserverBaseUri extends Object implements Serializable
| Constructor and Description |
|---|
GeoserverBaseUri()
Instantiates a new geoserver base uri.
|
GeoserverBaseUri(String baseUrl,
String scope)
Instantiates a new geoserver base uri.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUrl()
Gets the base url.
|
String |
getScope()
Gets the scope.
|
void |
setBaseUrl(String baseUrl)
Sets the base url.
|
void |
setScope(String scope)
Sets the scope.
|
String |
toString() |
public GeoserverBaseUri()
public String getBaseUrl()
public void setBaseUrl(String baseUrl)
baseUrl - the new base urlpublic String getScope()
public void setScope(String scope)
scope - the new scopeCopyright © 2016. All Rights Reserved.