commit | 7fc8ec9e9a4225e43410df019ae1c56ebee38e5b | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Wed Sep 09 14:40:05 2020 -0400 |
committer | Dan Timoney <dtimoney@att.com> | Wed Sep 09 14:40:05 2020 -0400 |
tree | 5ca2053e717fe3f90c1a26f4d029fe73a39c6edc | |
parent | 55368dfa341ccfe9304cf0919dd73dcd4a87b883 [diff] |
Release M4 version of sli/plugins Release M4 version of sli/plugins Change-Id: Iea28a5909720bf9f360ccd8f300808c7eb5c7d90 Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <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.