deegree 2.3 (2010/04/09 10:10 build-4-official)

org.deegree.tools.importer
Class Importer

java.lang.Object
  extended by org.deegree.tools.importer.Importer

public class Importer
extends Object

This generic importer handles the way of inserting data. First data are loaded from source container, followed by structural validation, transformation and content validation. Finally the exporter insert data in target container. The classes the loader needed for this five steps must be specified in 'classes.properties'.

Version:
$Revision: 1.3 $, $Date: 2007-10-30 14:34:54 $
Author:
Lyn Buesching, last edited by: $Author: buesching $

Constructor Summary
Importer()
          The constructor reads the classes which should be used during import process from the property file 'classes.properties' and instantiate them.
Importer(String propertiesFile)
           
 
Method Summary
 void handleImport(List<Object> importObjects)
          handles the import
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Importer

public Importer()
The constructor reads the classes which should be used during import process from the property file 'classes.properties' and instantiate them. Make sure that the desired classes are configured in this file!


Importer

public Importer(String propertiesFile)
Method Detail

handleImport

public void handleImport(List<Object> importObjects)
handles the import

Parameters:
importObjects - List of objects to import

deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org