Class CodeGeneratorLauncher

java.lang.Object
org.sklsft.generator.bash.launcher.CodeGeneratorLauncher

public class CodeGeneratorLauncher extends Object
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
  • Author:
    Nicolas Thibault
    • Constructor Details

      • CodeGeneratorLauncher

        public CodeGeneratorLauncher()
    • Method Details

      • main

        public static void main(String[] args)
        main method to be executed
        Parameters:
        args - 0->the workspace folder where the "data-model" folder will be detected