commit | 77a6c5f93ce5928dd3a0eb0e71a9120c6603fec6 | [log] [tgz] |
---|---|---|
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | Tue Dec 11 12:24:10 2018 -0800 |
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | Tue Dec 11 12:24:10 2018 -0800 |
tree | 2634af91935d4d2f0e5bde385f2130a4e64a38f1 | |
parent | 3ebdd07fb6eaa2bd5e2c2b95a08ca011df045c0f [diff] |
Update INFO.yaml file - Add Gaurav Agrawal as committer - Add missing info sections - Fix indentation to pass verify Change-Id: Ie5149032b467f6bb9768142e6c9c37e6bce09cdc Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
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.