public abstract class AbstractGeoServerDescriptor extends Object implements Comparable<AbstractGeoServerDescriptor>
| Constructor and Description |
|---|
AbstractGeoServerDescriptor(String url,
String user,
String password) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AbstractGeoServerDescriptor o) |
boolean |
equals(Object obj) |
it.geosolutions.geoserver.rest.manager.GeoServerRESTStoreManager |
getDataStoreManager() |
abstract Set<String> |
getDatastores(String workspace) |
abstract Long |
getHostedLayersCount() |
protected it.geosolutions.geoserver.rest.GeoServerRESTManager |
getManager() |
it.geosolutions.geoserver.rest.GeoServerRESTPublisher |
getPublisher() |
it.geosolutions.geoserver.rest.GeoServerRESTReader |
getReader() |
abstract Set<String> |
getStyles() |
abstract Set<String> |
getWorkspaces() |
int |
hashCode() |
void |
onChangedDataStores() |
void |
onChangedLayers() |
void |
onChangedStyles() |
void |
onChangedWorkspaces() |
String |
toString() |
public int compareTo(AbstractGeoServerDescriptor o)
compareTo in interface Comparable<AbstractGeoServerDescriptor>public abstract Long getHostedLayersCount() throws MalformedURLException
MalformedURLExceptionpublic abstract Set<String> getWorkspaces() throws MalformedURLException
MalformedURLExceptionpublic abstract Set<String> getStyles() throws MalformedURLException
MalformedURLExceptionpublic abstract Set<String> getDatastores(String workspace) throws MalformedURLException
MalformedURLExceptionpublic it.geosolutions.geoserver.rest.GeoServerRESTReader getReader()
throws MalformedURLException
MalformedURLExceptionpublic it.geosolutions.geoserver.rest.manager.GeoServerRESTStoreManager getDataStoreManager()
throws IllegalArgumentException,
MalformedURLException
public it.geosolutions.geoserver.rest.GeoServerRESTPublisher getPublisher()
throws IllegalArgumentException,
MalformedURLException
protected it.geosolutions.geoserver.rest.GeoServerRESTManager getManager()
throws IllegalArgumentException,
MalformedURLException
public void onChangedStyles()
public void onChangedWorkspaces()
public void onChangedDataStores()
public void onChangedLayers()
Copyright © 2018. All Rights Reserved.