commit | 9220c7ac558a42f65c2df48337dfc8f03d6b129c | [log] [tgz] |
---|---|---|
author | Manzon, Inna (im453s) <im453s@intl.att.com> | Thu Nov 29 17:26:34 2018 +0200 |
committer | Manzon, Inna (im453s) <im453s@intl.att.com> | Thu Jan 03 15:20:38 2019 +0200 |
tree | 3e04a020302f48373c845b0d45285b05094aa898 | |
parent | 92208f69ec00a3f9d28a917d6f6a43ef150863dd [diff] |
Retrieve leaf property value by path Change-Id: I556f6bfaa3d7c96f9d1f26ae0fcba199d23800c7 Issue-ID: SDC-1982 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