commit | d0ecfcdedbf5bf2084d41580791fca34557ba2ee | [log] [tgz] |
---|---|---|
author | Arundathi Patil <arundpil@in.ibm.com> | Mon Dec 17 22:12:17 2018 +0530 |
committer | IBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com> | Mon Dec 17 22:12:26 2018 +0530 |
tree | 6381ce98c1b3f222cc8c34bfcdb2c95576265791 | |
parent | 0d1a8d87eadc7a6a6d46b096752a2b80f4cfae9e [diff] |
Sonar Fix: RestconfApiUtils.java Fixed sonar issues/code-smells across this file Issue-ID: CCSDK-847 Change-Id: I5e528e23d8691fffca9b3732b7ff5e68a4827162 Signed-off-by: Arundathi Patil <arundpil@in.ibm.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.