org.deegree.tools.importer
Class Importer
java.lang.Object
org.deegree.tools.importer.Importer
public class Importer
- extends java.lang.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(java.lang.String propertiesFile)
|
Method Summary |
void |
handleImport(java.util.List<java.lang.Object> importObjects)
handles the import |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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(java.lang.String propertiesFile)
handleImport
public void handleImport(java.util.List<java.lang.Object> importObjects)
- handles the import
- Parameters:
importObjects
- List of objects to import
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org