Class GeoServerRESTResourceManager
- java.lang.Object
-
- it.geosolutions.geoserver.rest.manager.GeoServerRESTAbstractManager
-
- it.geosolutions.geoserver.rest.manager.GeoServerRESTResourceManager
-
public class GeoServerRESTResourceManager extends GeoServerRESTAbstractManager
-
-
Field Summary
-
Fields inherited from class it.geosolutions.geoserver.rest.manager.GeoServerRESTAbstractManager
gsBaseUrl, gspass, gsuser
-
-
Constructor Summary
Constructors Constructor Description GeoServerRESTResourceManager(java.net.URL restURL, java.lang.String username, java.lang.String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandelete(java.lang.String path)java.io.InputStreamdownload(java.lang.String path)booleanupload(java.lang.String path, java.io.InputStream is)
-