commit | 2e0e98c12d384ed2ccdff85a543439f2b40f1f2f | [log] [tgz] |
---|---|---|
author | Timoney, Dan (dt5972) <dtimoney@att.com> | Tue Dec 18 10:24:32 2018 -0500 |
committer | Gaurav Agrawal <gaurav.agrawal@huawei.com> | Wed Dec 19 09:48:27 2018 +0000 |
tree | 8ec6b8fbbcc02a8ed4bd327f7307119f7b235871 | |
parent | aa781c2d2adf9b0c81506dd7de31fa3617c288e1 [diff] |
Add BOM for sli/plugins Add BOM for sli/plugins for ease of dependency specification. Change-Id: I7541cc4709a6f1cac278ec7f004abb5283567c61 Issue-ID: CCSDK-856 Signed-off-by: Timoney, Dan (dt5972) <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.