Class Generator

java.lang.Object
org.alfresco.rest.core.swagger.Generator

public class Generator extends 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 Details

    • line

      public static String line
  • Constructor Details

    • Generator

      public Generator()
  • Method Details

    • main

      public static void main(String[] args)