commit | d2ed3bc4effb38ad3cf157483127abeee39c25c1 | [log] [tgz] |
---|---|---|
author | Manzon, Inna (im453s) <im453s@intl.att.com> | Wed Sep 12 18:32:18 2018 +0300 |
committer | Manzon, Inna (im453s) <im453s@intl.att.com> | Tue Oct 02 15:52:05 2018 +0300 |
tree | 668ba987279897722a23cd8a0bdc301edd046028 | |
parent | 9fb95e3c9e9ab5c239445c1511219686133437de [diff] |
Tosca Parser - property value resolving Change-Id: I06eb2442dbcae9ea0824cb7d7689b8d3591a56ed Issue-ID: SDC-1757 Signed-off-by: Manzon, Inna (im453s) <im453s@intl.att.com>
ONAP 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.
ONAP 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