org.deegree.services.wpvs.io.file
Class RenderableFileStoreProvider

java.lang.Object
  extended by org.deegree.services.wpvs.io.file.RenderableFileStoreProvider
All Implemented Interfaces:
ResourceProvider, RenderableStoreProvider

public class RenderableFileStoreProvider
extends Object
implements RenderableStoreProvider

The class TODO add class documentation here.

Version:
$Revision: 31811 $, $Date: 2011-09-07 14:44:27 +0200 (Wed, 07 Sep 2011) $
Author:
Markus Schneider, last edited by: $Author: aschmitz $

Constructor Summary
RenderableFileStoreProvider()
           
 
Method Summary
 RenderableStore build(URL configURL, DeegreeWorkspace workspace)
          Creates a new RenderableStore instance from the given configuration document.
 String getConfigNamespace()
          Returns the namespace for configuration documents that this provider handles.
 URL getConfigSchema()
          Returns the URL for retrieving the configuration document schema.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderableFileStoreProvider

public RenderableFileStoreProvider()
Method Detail

getConfigNamespace

public String getConfigNamespace()
Description copied from interface: ResourceProvider
Returns the namespace for configuration documents that this provider handles.

Specified by:
getConfigNamespace in interface ResourceProvider
Returns:
the namespace for configuration documents, never null

build

public RenderableStore build(URL configURL,
                             DeegreeWorkspace workspace)
Description copied from interface: RenderableStoreProvider
Creates a new RenderableStore instance from the given configuration document.

Specified by:
build in interface RenderableStoreProvider
Parameters:
configURL - location of the configuration document, must not be null
Returns:
new feature store instance, configured, not initialized yet

getConfigSchema

public URL getConfigSchema()
Description copied from interface: ResourceProvider
Returns the URL for retrieving the configuration document schema.

Specified by:
getConfigSchema in interface ResourceProvider
Returns:
the URL for retrieving the configuration document schema, may be null


Copyright © 2011. All Rights Reserved.