commit | 1537e926aa1b994b07f9587b699c143a9bb3da20 | [log] [tgz] |
---|---|---|
author | PriyanshuAgarwal <pagarwal@amdocs.com> | Tue Feb 06 11:22:30 2018 +0530 |
committer | priyanshu <pagarwal@amdocs.com> | Tue Feb 06 11:22:30 2018 +0530 |
tree | 8e47ddb7bce9fe87ab6a6425b0ef83add56d7206 | |
parent | e614317c7147947441b31e773604a6cb6ddfe059 [diff] |
Initialize metaProperties in JTosca. To enable SDC Parser to parse individual Yamls. Change-Id: I94035dc0d2bd58fc192df7dc2f572cef5181b2a6 Issue-ID: SDC-999 Signed-off-by: priyanshu <pagarwal@amdocs.com>
OpenECOMP JTOSCA is delivered as helper JAR that can be used by clients that work with TOSCA CSAR files. It parses the CSAR and returns the model object which represents the CSAR contents. Prior to that, it performs validations on the CSAR to check its TOSCA compliance.
OpenECOMP JTOSCA can be compiled easily using maven command: mvn clean install
The result is JAR file under "target" folder
*** to be completed on release ***
SDC Javadoc and Maven site
*** to be completed on rrelease ***
1.1.0-SNAPSHOT
Initial after separating into separate repo
1.1.1-SNAPSHOT
Added toString of Function (GetInput, etc.)
Allowed two arguments for GetInput - name of list input and index in list