public class GeoServerDescriptor extends AbstractGeoServerDescriptor
| Constructor and Description |
|---|
GeoServerDescriptor(String url,
String user,
String password,
Long hostedLayersCount) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getDatastores(String workspace) |
Long |
getHostedLayersCount() |
Set<String> |
getStyles() |
Set<String> |
getWorkspaces() |
void |
setDatastores(HashMap<String,Set<String>> datastores) |
void |
setHostedLayersCount(Long hostedLayersCount) |
void |
setStyles(HashSet<String> styles) |
void |
setWorkspaces(HashSet<String> workspaces) |
compareTo, equals, getDataStoreManager, getManager, getPublisher, getReader, hashCode, onChangedDataStores, onChangedLayers, onChangedStyles, onChangedWorkspaces, toStringpublic Long getHostedLayersCount()
getHostedLayersCount in class AbstractGeoServerDescriptorpublic Set<String> getDatastores(String workspace)
getDatastores in class AbstractGeoServerDescriptorpublic Set<String> getStyles()
getStyles in class AbstractGeoServerDescriptorpublic Set<String> getWorkspaces()
getWorkspaces in class AbstractGeoServerDescriptorpublic void setHostedLayersCount(Long hostedLayersCount)
Copyright © 2018. All Rights Reserved.