Class | Description |
---|---|
BackupCheckPrompter | |
CodeGeneratorLauncher |
This class can be launched to execute code writing
Argument required : the workspace folder where the "data-model" folder will be detected Depending on the meta data that is going to be read, the main method will : load the project representation build a tree of files that are going to be written launch a cascading writing of the files in the tree |
DatabaseBuilderLauncher |
This class can be launched to execute your database building
Argument required : the workspace folder where the "data-model" folder will be detected the database name that must be declared in /data-model/CONTEXT/datasource-context.xml Depending on the meta data that is going to be read, the main method will : load the project representation clean the project database execute all the SQL files that have been previously generated to build your database |
ProjectInitializerLauncher |
This class can be launched to initialize a project
For that, arguments are required to populate a ProjectMetaData In your workspace folder, a data-model folder will be created with : your skeleton.xml file that contains your project meta-data a folder /data-model/BACKUP/ where to put your scripts to populate your database your project configuration depending on the skeleton that you want |
Copyright © 2016. All rights reserved.