Package org.alfresco.rest.core.swagger
Class Generator
- java.lang.Object
-
- org.alfresco.rest.core.swagger.Generator
-
public class Generator extends java.lang.ObjectExecuted via command line/terminal from root of this project Just executemvn exec:javapassing 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.Stringline
-
Constructor Summary
Constructors Constructor Description Generator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)
-