commit | 87850a15d93c7a1162d30c129e0dc76cd1b66f94 | [log] [tgz] |
---|---|---|
author | shashikanth.vh <shashikanth.vh@huawei.com> | Thu Oct 04 10:40:18 2018 +0530 |
committer | Shashikanth VH <shashikanth.vh@huawei.com> | Thu Oct 04 05:44:01 2018 +0000 |
tree | 0b36c249eb31684a3f0338eadbbf3f0b544bc939 | |
parent | 99931b9cae6e0e02cf54060ac0f1199aad92537a [diff] |
Add mandatory empty construct to json template Restapicallnode remove empty parameter from json template, if template mandates empty parameter to be present then it should not be removed. Change-Id: I075e0858f956eb3aff87d2a7387b55caa3310568 Issue-ID: CCSDK-607 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
This source repository contains the code for the CCSDK plugins.
To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories. See example-settings.xml for an example.
To compile, run "mvn clean install".
PropertyNode:
Takes any file then parses it and puts it to the context memory for Directed Graphs access.
Various parameters it takes:
public String fileName; //Name of the file to put to properties
public String contextPrefix; //Any prefix to add for your keys in the Properties context
public Set listNameList;//only applies to XML based file parsing, you can use this to exclude a specific tree to be put to context.
public boolean fileBasedParsing;//enable to do a file based parsing, currently supports JSON and XML.