|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectscriptella.tools.template.TemplateManager
scriptella.tools.template.DataMigrator
public class DataMigrator
Data migration template manager.
Produces an ETL template for tranferring data between tables of different databases. The tables are ascendingly ordered by a number of foreign keys.
| Field Summary |
|---|
| Fields inherited from class scriptella.tools.template.TemplateManager |
|---|
logger, PROPS_EXT, XML_EXT |
| Constructor Summary | |
|---|---|
DataMigrator()
|
|
| Method Summary | |
|---|---|
void |
create(java.util.Map<java.lang.String,?> properties)
Produce template files. |
| Methods inherited from class scriptella.tools.template.TemplateManager |
|---|
checkFile, create, defineName, forName, loadResourceAsString, newFileWriter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataMigrator()
| Method Detail |
|---|
public void create(java.util.Map<java.lang.String,?> properties)
throws java.io.IOException
TemplateManager
create in class TemplateManagerproperties - configuration properties.
java.io.IOException - if output fails.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||