Uses of Class
it.geosolutions.geoserver.rest.GeoServerRESTPublisher.StoreType

Packages that use GeoServerRESTPublisher.StoreType
it.geosolutions.geoserver.rest Main GSManager classes are here. 
it.geosolutions.geoserver.rest.encoder Encoders for GeoServer's beans. 
 

Uses of GeoServerRESTPublisher.StoreType in it.geosolutions.geoserver.rest
 

Methods in it.geosolutions.geoserver.rest that return GeoServerRESTPublisher.StoreType
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.
 

Methods in it.geosolutions.geoserver.rest with parameters of type GeoServerRESTPublisher.StoreType
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//datastores/.xml /workspaces//coveragestores/.xml
 

Uses of GeoServerRESTPublisher.StoreType in it.geosolutions.geoserver.rest.encoder
 

Methods in it.geosolutions.geoserver.rest.encoder that return GeoServerRESTPublisher.StoreType
 GeoServerRESTPublisher.StoreType GSAbstractStoreEncoder.getStoreType()
           
 

Constructors in it.geosolutions.geoserver.rest.encoder with parameters of type GeoServerRESTPublisher.StoreType
GSAbstractStoreEncoder(GeoServerRESTPublisher.StoreType type, String storeName)
           
 



Copyright © 2007-2013 GeoSolutions. All Rights Reserved.