public class CachedGeoServerDescriptor extends LiveGeoServerDescriptor
| Constructor and Description |
|---|
CachedGeoServerDescriptor(String url,
String user,
String password) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getDatastores(String workspace) |
Long |
getHostedLayersCount() |
Set<String> |
getStyles() |
Set<String> |
getWorkspaces() |
void |
invalidateDatastoresCache() |
void |
invalidateHostedLayersCountCache() |
void |
invalidateStylesCache() |
void |
invalidateWorkspacesCache() |
void |
onChangedDataStores() |
void |
onChangedLayers() |
void |
onChangedStyles() |
void |
onChangedWorkspaces() |
compareTo, equals, getDataStoreManager, getManager, getPublisher, getReader, hashCode, toStringpublic Set<String> getDatastores(String workspace) throws MalformedURLException
getDatastores in class LiveGeoServerDescriptorMalformedURLExceptionpublic Long getHostedLayersCount() throws MalformedURLException
getHostedLayersCount in class LiveGeoServerDescriptorMalformedURLExceptionpublic Set<String> getStyles() throws MalformedURLException
getStyles in class LiveGeoServerDescriptorMalformedURLExceptionpublic Set<String> getWorkspaces() throws MalformedURLException
getWorkspaces in class LiveGeoServerDescriptorMalformedURLExceptionpublic void invalidateWorkspacesCache()
public void invalidateDatastoresCache()
public void invalidateStylesCache()
public void invalidateHostedLayersCountCache()
public void onChangedDataStores()
onChangedDataStores in class AbstractGeoServerDescriptorpublic void onChangedLayers()
onChangedLayers in class AbstractGeoServerDescriptorpublic void onChangedStyles()
onChangedStyles in class AbstractGeoServerDescriptorpublic void onChangedWorkspaces()
onChangedWorkspaces in class AbstractGeoServerDescriptorCopyright © 2017. All Rights Reserved.