org.geotools.data.complex.config
Class XMLConfigDigester

java.lang.Object
  extended by org.geotools.data.complex.config.XMLConfigDigester

public class XMLConfigDigester
extends java.lang.Object

Digester to consume the app-schema AppSchemaDataAccessFactory configuration file.

Since:
2.4
Version:
$Id: XMLConfigDigester.java 35182 2010-04-07 06:58:28Z ang05a $
Author:
Gabriel Roldan, Axios Engineering, Rini Angreani, Curtin University of Technology, Ben Caradoc-Davies, CSIRO Exploration and Mining, Russell Petty, GSV

Constructor Summary
XMLConfigDigester()
          Creates a new XMLConfigReader object.
 
Method Summary
 AppSchemaDataAccessDTO parse(java.net.URL dataStoreConfigUrl)
          Parses a complex datastore configuration file in xml format into a AppSchemaDataAccessDTO
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLConfigDigester

public XMLConfigDigester()
Creates a new XMLConfigReader object.

Method Detail

parse

public AppSchemaDataAccessDTO parse(java.net.URL dataStoreConfigUrl)
                             throws java.io.IOException
Parses a complex datastore configuration file in xml format into a AppSchemaDataAccessDTO

Parameters:
dataStoreConfigUrl - config file location
Returns:
a DTO object representing the datastore's configuration
Throws:
java.io.IOException - if an error occurs parsing the file


Copyright © 1996-2010 Geotools. All Rights Reserved.