|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.devaki.nextobjects.util.DatabaseLoader
This class is responsible for starting tghe right torque task against a database,then parse and load the obtained project-schema.xml
Method Summary | |
static void |
fixIt(PhysicalModel pdm)
Move the component so they are all visibles |
static void |
loadDB(PhysicalModel pdm)
Load the database |
static void |
loadProjectSchema(org.w3c.dom.Document doc,
PhysicalModel pdm)
Load a physical data model from a ${project}-schema document |
static void |
loadProjectSchema(java.io.File in,
PhysicalModel pdm)
Load a physical data model from a ${project}-schema document |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void loadDB(PhysicalModel pdm)
pdm
- the model to loadpublic static void loadProjectSchema(java.io.File in, PhysicalModel pdm)
in
- the file to loadpdm
- the physical modelpublic static void loadProjectSchema(org.w3c.dom.Document doc, PhysicalModel pdm)
doc
- the DOM documentpdm
- the physical modelpublic static void fixIt(PhysicalModel pdm)
pdm
- the Physical Model
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |