commit | 6a8381e0f724955e520ef03b775024b4e515d837 | [log] [tgz] |
---|---|---|
author | gaurav <gaurav.agrawal@huawei.com> | Mon Sep 10 18:21:44 2018 +0530 |
committer | gaurav <gaurav.agrawal@huawei.com> | Wed Sep 19 19:52:02 2018 +0530 |
tree | 3bbd7effc0178b14012df0a01b93c18b0ba4db60 | |
parent | 259eece936114ccacf9acc8f412eeed033fd10c4 [diff] |
Dependency management for Restconf Client Changes includes: - Upgrade Restapicallnode implementation to use latest version of JAX-RS and sun.jersey versions to align with RestconfClient which is using latest versions for SSE support. This solve problem 1 as specified in the JIRA. Change-Id: If641acbca247f8ad0e804161fb97f88c293ba43a Issue-ID: CCSDK-567 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.