Package tilda

Class Gen


  • public class Gen
    extends java.lang.Object
    This command line utility will generate necessary artifacts from a tilda schema definition file as defined in the Tilda Wiki.

    It takes one or more parameters that represent the paths to the Tilda JSON files to be processed. This utility automatically handles dependencies for any listed schemas. For example:

       tilda.Gen C:/projects/Xyz/src/com/myCo/package/schema1/_tilda.Schema1.json
     
    Author:
    Laurent Hasson
    • Constructor Summary

      Constructors 
      Constructor Description
      Gen()  
    • 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
    • Constructor Detail

      • Gen

        public Gen()
    • Method Detail

      • main

        public static void main​(java.lang.String[] Args)