Geoserver REST API Workspace
Geoserver REST API Workspace
Value
Object of R6Class
for modelling a GeoServer workspace
Author
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Methods
Inherited methods
Method new()
initializes a GSWorkspace
Arguments
xml
an object of class xml_node-class
name
name
Method decode()
Decodes from XML
Arguments
xml
an object of class xml_node-class
Method clone()
The objects of this class are cloneable with this method.
Usage
GSWorkspace$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
Examples
GSWorkspace$new(name = "work")
#> <GSWorkspace>
#> ....|-- name: work