org.deegree.tools.importer |
|
Java Source File Name | Type | Comment |
ContentValidator.java | Interface | The interface ContentValidator must be implemented to
handle the validation of content during import process. |
DefaultContentValidator.java | Class | The DefaultContentValidator can be used, when a validation of the content is not
necessary. |
DefaultStructValidator.java | Class | The DefaultStructValidator can be used, when a structural validation
is not necessary. |
DefaultTransformer.java | Class | The DefaultTransformer can be used, when no transformation is neccessary. |
Exporter.java | Interface | The interface Exporter must be implemented to export
objects by the importer. |
FileExporter.java | Class | The FileExporter writes a new file. |
FileLoader.java | Class | The FileLoader loads a file from given path. |
Importer.java | Class | This generic importer handles the way of inserting data. |
Loader.java | Interface | The interface Loader must be implemented to handle
the loading of objects, needed by the importer. |
Messages.java | Class | |
StructValidator.java | Interface | The interface StructValidator must be implemented to handle the structural
valiadtion during the import process. |
Transformer.java | Interface | The interface Transformer must be implemented to
transform objects needed by import process. |