commit | c37395832b700f66f5087c59c2b0e73a4c34922a | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Wed Sep 09 17:41:55 2020 -0400 |
committer | Dan Timoney <dtimoney@att.com> | Wed Sep 09 17:41:55 2020 -0400 |
tree | b1e0cc0df52d97bac7d0cd01288ec983f6d35bda | |
parent | 7fc8ec9e9a4225e43410df019ae1c56ebee38e5b [diff] |
Roll to initial Honolulu release version Roll master branch to initial Honolulu release version Change-Id: I54ac03e89312555c06c11b8f5512393909cae786 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.