| Package | Description |
|---|---|
| it.geosolutions.geoserver.rest |
Main GSManager classes are here.
|
| it.geosolutions.geoserver.rest.encoder |
Encoders for GeoServer's beans.
|
| Modifier and Type | Method and Description |
|---|---|
static GeoServerRESTPublisher.StoreType |
GeoServerRESTPublisher.StoreType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoServerRESTPublisher.StoreType[] |
GeoServerRESTPublisher.StoreType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
GeoServerRESTPublisher.StoreType.getType(GeoServerRESTPublisher.StoreType type)
Get the type name of a StoreType.
|
static String |
GeoServerRESTPublisher.DataStoreType.getTypeName(GeoServerRESTPublisher.StoreType type)
Deprecated.
use
StoreType#getTypeNameWithFormat(StoreType, Format) |
static String |
GeoServerRESTPublisher.StoreType.getTypeName(GeoServerRESTPublisher.StoreType type)
Get the type name of a StoreType.
|
static String |
GeoServerRESTPublisher.StoreType.getTypeNameWithFormat(GeoServerRESTPublisher.StoreType type,
GeoServerRESTPublisher.Format format)
Get the type name of a StoreType with the specified format.
|
boolean |
GeoServerRESTPublisher.reloadStore(String workspace,
String storeName,
GeoServerRESTPublisher.StoreType storeType)
/workspaces/
|
| Modifier and Type | Method and Description |
|---|---|
GeoServerRESTPublisher.StoreType |
GSAbstractStoreEncoder.getStoreType() |
| Constructor and Description |
|---|
GSAbstractStoreEncoder(GeoServerRESTPublisher.StoreType type,
String storeName) |
Copyright © 2007–2016 PDOK. All rights reserved.