commit | 4fc631ccf42b2eccd506a94c955cfed5aae40e7f | [log] [tgz] |
---|---|---|
author | Haddox, Anthony <ah0647@att.com> | Wed Jan 23 06:10:06 2019 -0800 |
committer | Haddox, Anthony <ah0647@att.com> | Wed Jan 23 06:11:18 2019 -0800 |
tree | 9af19c0e41e92aa94bc0d4eed1e203301a422555 | |
parent | 057bc260e7752bc11960cf9cab4005efec1739c7 [diff] |
[CCSDK-987]Create GR Toolkit Initial commit of ODL feature Issue-ID: CCSDK-987 Change-Id: I6b10c4c00af09bf7f31820ba3b54e53a4fbe2160 Signed-off-by: Haddox, Anthony <ah0647@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.