it.geosolutions.geoserver.rest
Class GeoServerRESTManager
java.lang.Object
it.geosolutions.geoserver.rest.manager.GeoServerRESTAbstractManager
it.geosolutions.geoserver.rest.GeoServerRESTManager
public class GeoServerRESTManager
- extends GeoServerRESTAbstractManager
The single entry point to all of geoserver-manager functionality.
Instance this one, and use getters to use different components. These are:
- getReader() simple, high-level access methods.
- getPublisher() simple, high-level pubhish methods.
- getFooManager, full-fledged management of catalog objects.
- 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 |
GeoServerRESTManager
public GeoServerRESTManager(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
- GeoServerRESTAbstractManager.GeoServerRESTAbstractManager(URL, String, String)
IllegalArgumentException
- GeoServerRESTAbstractManager.GeoServerRESTAbstractManager(URL, String, String)
getPublisher
public GeoServerRESTPublisher getPublisher()
getReader
public GeoServerRESTReader getReader()
getStoreManager
public GeoServerRESTStoreManager getStoreManager()
Copyright © 2007-2013 GeoSolutions. All Rights Reserved.