[SDC-39] filter nt props values by operator
[sdc/sdc-tosca.git] / README.md
1 # OpenECOMP JTOSCA
2
3
4 ---
5 ---
6
7 # Introduction
8
9 OpenECOMP JTOSCA is delivered as helper JAR that can be used by clients that work with TOSCA CSAR files.
10 It parses the CSAR and returns the model object which represents the CSAR contents.
11 Prior to that, it performs validations on the CSAR to check its TOSCA compliance.
12
13
14 # Compiling OpenECOMP JTOSCA
15
16 OpenECOMP JTOSCA can be compiled easily using maven command: `mvn clean install`
17 The result is JAR file under "target" folder
18
19 # Getting Help
20
21 *** to be completed on release ***
22
23 SDC@lists.openecomp.org
24
25 SDC Javadoc and Maven site
26  
27 *** to be completed on rrelease ***
28
29 # Release notes for versions
30
31 1.1.0-SNAPSHOT
32
33 Initial after separating into separate repo
34
35 -------------------------------
36
37 1.1.1-SNAPSHOT
38
39 Added toString of Function (GetInput, etc.)
40
41 Allowed two arguments for GetInput - name of list input and index in list