Package org.gcube.spatial.data.gis.is
Class GeoServerDescriptor
- java.lang.Object
-
- org.gcube.spatial.data.gis.is.AbstractGeoServerDescriptor
-
- org.gcube.spatial.data.gis.is.GeoServerDescriptor
-
- All Implemented Interfaces:
Comparable<AbstractGeoServerDescriptor>
public class GeoServerDescriptor extends AbstractGeoServerDescriptor
-
-
Constructor Summary
Constructors Constructor Description GeoServerDescriptor(String url, String user, String password, Long hostedLayersCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getDatastores(String workspace)LonggetHostedLayersCount()Set<String>getStyles()Set<String>getWorkspaces()voidsetDatastores(HashMap<String,Set<String>> datastores)voidsetHostedLayersCount(Long hostedLayersCount)voidsetStyles(HashSet<String> styles)voidsetWorkspaces(HashSet<String> workspaces)-
Methods inherited from class org.gcube.spatial.data.gis.is.AbstractGeoServerDescriptor
compareTo, equals, getDataStoreManager, getManager, getPublisher, getReader, hashCode, onChangedDataStores, onChangedLayers, onChangedStyles, onChangedWorkspaces, toString
-
-
-
-
Method Detail
-
getHostedLayersCount
public Long getHostedLayersCount()
- Specified by:
getHostedLayersCountin classAbstractGeoServerDescriptor
-
getDatastores
public Set<String> getDatastores(String workspace)
- Specified by:
getDatastoresin classAbstractGeoServerDescriptor
-
getStyles
public Set<String> getStyles()
- Specified by:
getStylesin classAbstractGeoServerDescriptor
-
getWorkspaces
public Set<String> getWorkspaces()
- Specified by:
getWorkspacesin classAbstractGeoServerDescriptor
-
setHostedLayersCount
public void setHostedLayersCount(Long hostedLayersCount)
-
-