Class RESTDataStoreList
- java.lang.Object
-
- it.geosolutions.geoserver.rest.decoder.RESTAbstractList<NameLinkElem>
-
- it.geosolutions.geoserver.rest.decoder.RESTDataStoreList
-
- All Implemented Interfaces:
java.lang.Iterable<NameLinkElem>
public class RESTDataStoreList extends RESTAbstractList<NameLinkElem>
Parses list of summary data about Datastores.- Version:
- $Id: $
- Author:
- ETj (etj at geo-solutions.it)
-
-
Field Summary
-
Fields inherited from class it.geosolutions.geoserver.rest.decoder.RESTAbstractList
elementList
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRESTDataStoreList(org.jdom.Element list)Constructor for RESTDataStoreList.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RESTDataStoreListbuild(java.lang.String response)build-
Methods inherited from class it.geosolutions.geoserver.rest.decoder.RESTAbstractList
createElement, get, getNames, isEmpty, iterator, size
-
-
-
-
Method Detail
-
build
public static RESTDataStoreList build(java.lang.String response)
build
- Parameters:
response- aStringobject.- Returns:
- a
RESTDataStoreListobject.
-
-