commit | db0666e95224084d7996d76ce49d4b5f2b7db0bd | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Mon Dec 17 20:51:38 2018 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Mon Dec 17 20:51:38 2018 +0000 |
tree | d2bf9f44c048a11b17c69cbc02582cbd7faf698c | |
parent | 3b7596ae5d28461b0c8eb2efc0f6183321eb6f3e [diff] | |
parent | 6f43bd02d4851c97d857cf65efbd581a9078c3d8 [diff] |
Merge "Sonar Fix: XmlParser.java"
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.