commit | 6cff2ddb8b0514e0c200c1e51ea8aa900d52c84b | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Wed Sep 04 15:22:38 2019 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Wed Sep 04 15:22:38 2019 +0000 |
tree | 1fb6491df4217c74fa2dfde186dad813244ce5a9 | |
parent | bfcefd09dd6c657e09f44e074d32192c640a14d7 [diff] | |
parent | ad212f7c41322f85e4352ea3ddffe2e0ed7acaab [diff] |
Merge "iptables fix"
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.