Class Generator


  • public class Generator
    extends java.lang.Object
    Executed via command line/terminal from root of this project Just execute mvn exec:java passing as arguments: -Dcoverage => this will show on screen the actual coverage of TAS (vs requests that exists in each YAML file - defined in pom.xml) -Dmodels => this will show all MISSING models that are NOT already implemented in TAS. -Dmodels=a,b,d => this will generate ONLY the models 'a', 'b' and 'd' passed as parameter -Dhelp => show help
    Author:
    Paul Brodner
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String line  
    • Constructor Summary

      Constructors 
      Constructor Description
      Generator()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • line

        public static java.lang.String line
    • Constructor Detail

      • Generator

        public Generator()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception