Package org.alfresco.rest.core.swagger
Class Generator
java.lang.Object
org.alfresco.rest.core.swagger.Generator
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 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
line
-
-
Constructor Details
-
Generator
public Generator()
-
-
Method Details
-
main
-