Class GeoserverBaseUri

  • All Implemented Interfaces:
    Serializable

    public class GeoserverBaseUri
    extends Object
    implements Serializable
    The Class GeoserverBaseUri.
    Author:
    Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it May 16, 2017
    See Also:
    Serialized Form
    • Constructor Detail

      • GeoserverBaseUri

        public GeoserverBaseUri()
        Instantiates a new geoserver base uri.
      • GeoserverBaseUri

        public GeoserverBaseUri​(String baseUrl,
                                String scope)
        Instantiates a new geoserver base uri.
        Parameters:
        baseUrl - the base url
        scope - the scope
    • Method Detail

      • getBaseUrl

        public String getBaseUrl()
        Gets the base url.
        Returns:
        the base url
      • setBaseUrl

        public void setBaseUrl​(String baseUrl)
        Sets the base url.
        Parameters:
        baseUrl - the new base url
      • getScope

        public String getScope()
        Gets the scope.
        Returns:
        the scope
      • setScope

        public void setScope​(String scope)
        Sets the scope.
        Parameters:
        scope - the new scope