it.geosolutions.geoserver.rest.manager
Class GeoServerRESTAbstractManager
java.lang.Object
it.geosolutions.geoserver.rest.manager.GeoServerRESTAbstractManager
- Direct Known Subclasses:
- GeoServerRESTManager, GeoServerRESTStoreManager
public abstract class GeoServerRESTAbstractManager
- extends Object
Abstract manager, common functionality and interface for all
GeoServerRESTFooManager classes.
- Author:
- Oscar Fonts, Carlo Cancellieri - carlo.cancellieri@geo-solutions.it
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
restURL
protected final URL restURL
gsuser
protected final String gsuser
gspass
protected final String gspass
GeoServerRESTAbstractManager
public GeoServerRESTAbstractManager(URL restURL,
String username,
String password)
throws IllegalArgumentException,
MalformedURLException
- Default constructor.
Indicates connection parameters to remote GeoServer instance.
- Parameters:
restURL
- GeoServer REST API endpointusername
- GeoServer REST API authorized usernamepassword
- GeoServer REST API password for the former username
- Throws:
MalformedURLException
- if restURL is malformed
IllegalArgumentException
Copyright © 2007-2013 GeoSolutions. All Rights Reserved.