de.jadv.tools
Class ObjectWriter

java.lang.Object
  |
  +--de.jadv.tools.ObjectWriter

public class ObjectWriter
extends java.lang.Object

This simple tool is used to write some first objects to the disc (from xml-Input!)

Author:
neitzel

Constructor Summary
ObjectWriter()
           
 
Method Summary
private static void handleElement(org.jdom.Element el)
          handleElement(el) This function gets an Element and inserts the described objects in the database.
private static void init()
          initialize the Managers!
static void main(java.lang.String[] args)
           
static void start()
          start() Reads the desc.xml file and builds up the database
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectWriter

public ObjectWriter()
Method Detail

main

public static void main(java.lang.String[] args)

handleElement

private static void handleElement(org.jdom.Element el)
handleElement(el) This function gets an Element and inserts the described objects in the database.

Parameters:
el -

init

private static void init()
initialize the Managers!


start

public static void start()
start() Reads the desc.xml file and builds up the database