Class CodeGeneratorLauncher
java.lang.Object
org.sklsft.generator.bash.launcher.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
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 :
- Author:
- Nicolas Thibault
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CodeGeneratorLauncher
public CodeGeneratorLauncher()
-
-
Method Details
-
main
main method to be executed- Parameters:
args
- 0->the workspace folder where the "data-model" folder will be detected
-