commit | 72e46e2c1d7ab69503a26a545ed7ef1a49f2fb43 | [log] [tgz] |
---|---|---|
author | gaurav <gaurav.agrawal@huawei.com> | Tue Sep 11 14:59:59 2018 +0530 |
committer | gaurav <gaurav.agrawal@huawei.com> | Tue Sep 11 14:59:59 2018 +0530 |
tree | fac7e3952ca15ae7ea3eb33bb8073330d9c4a19c | |
parent | c8a20b7cdc2b563e1ea86a9e25f4ac0e748995f9 [diff] |
Fixed security issue of Restconf Client Removed the spring dependencies as they are not required. Change-Id: I4a95a26d5a615897527dbe543d938459c1651081 Issue-ID: CCSDK-444 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@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.