commit | c8e5aa9f493ec5f80e4444285816ceed27b1752b | [log] [tgz] |
---|---|---|
author | janani b <janani.b@huawei.com> | Thu Sep 27 15:26:39 2018 +0530 |
committer | janani b <janani.b@huawei.com> | Thu Sep 27 15:26:39 2018 +0530 |
tree | c904c128afb6ab5edd0356511a12c10b25447117 | |
parent | 85737499b931441be3013831d7ce76a5c4734032 [diff] |
Issue fixes for Restconf discovery node i) Adding constructor param ii) execute dg param order fix iii) Constants value fix. Issue-ID: CCSDK-325 Change-Id: I5aaf4b66b3982e4a1d3736362be3a5e8d7ab6d00 Signed-off-by: janani b <janani.b@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.