commit | e72c116b00d819fe19ebf8648c646ae485d72b16 | [log] [tgz] |
---|---|---|
author | Timoney, Dan (dt5972) <dtimoney@att.com> | Tue Aug 27 16:36:20 2019 -0400 |
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | Tue Aug 27 16:36:20 2019 -0400 |
tree | fc9d77c8afa30700e2d9459b6e1b926811d52227 | |
parent | f396b85b5815ea0cdfeed96f999ed360e2a9ee9d [diff] |
Release version 0.6.0 Release version 0.6.0 of ccsdk artifacts Change-Id: Ifc88da2fdb575ae74a7d279bac89faa89b9ffd9c Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.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.