commit | 8aafc0589b1c01af7828760c19254a2c2d1b0250 | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Wed Nov 25 15:55:52 2020 -0500 |
committer | Dan Timoney <dtimoney@att.com> | Wed Nov 25 15:55:52 2020 -0500 |
tree | 4ad113167e84e30d764966faa04e4ed5311e5f77 | |
parent | 1668af4b170153f07a103e5dfc23c0437629d13e [diff] |
Release version 1.1.0 of sli/plugins Release initial Honolulu version of sli/plugins and roll version to next snapshot Change-Id: I75d58fccc8ab0b5653d3160ed6f2e302c3ade8b9 Issue-ID: CCSDK-3002 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.