Package org.gcube.spatial.data.gis.is
Class LiveGeoServerDescriptor
- java.lang.Object
-
- org.gcube.spatial.data.gis.is.AbstractGeoServerDescriptor
-
- org.gcube.spatial.data.gis.is.LiveGeoServerDescriptor
-
- All Implemented Interfaces:
Comparable<AbstractGeoServerDescriptor>
- Direct Known Subclasses:
CachedGeoServerDescriptor
public class LiveGeoServerDescriptor extends AbstractGeoServerDescriptor
-
-
Constructor Summary
Constructors Constructor Description LiveGeoServerDescriptor(String url, String user, String password)
-
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()-
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
-
getDatastores
public Set<String> getDatastores(String workspace) throws MalformedURLException
- Specified by:
getDatastoresin classAbstractGeoServerDescriptor- Throws:
MalformedURLException
-
getHostedLayersCount
public Long getHostedLayersCount() throws MalformedURLException
- Specified by:
getHostedLayersCountin classAbstractGeoServerDescriptor- Throws:
MalformedURLException
-
getStyles
public Set<String> getStyles() throws MalformedURLException
- Specified by:
getStylesin classAbstractGeoServerDescriptor- Throws:
MalformedURLException
-
getWorkspaces
public Set<String> getWorkspaces() throws MalformedURLException
- Specified by:
getWorkspacesin classAbstractGeoServerDescriptor- Throws:
MalformedURLException
-
-