commit | efd6f9e3d2f770f16a6cb93efc061fe502a56979 | [log] [tgz] |
---|---|---|
author | Ganesh Chandrasekaran <ganesh.c@samsung.com> | Fri Aug 03 18:06:37 2018 +0900 |
committer | Ganesh Chandrasekaran <ganesh.c@samsung.com> | Fri Aug 03 18:30:15 2018 +0900 |
tree | ba71d2eee33f01f43380cf717e127c87e096b07f | |
parent | 1476ff884265181b5934d71a7a0e59b705ee1aac [diff] |
mocked testcases added Issue-ID: CCSDK-433 Change-Id: I9961df9131b4672a99601b31ed2e9312d0840d6b Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.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.